javascript - Right-align YUI3 menu bar items? -


i work on project used use yui2 power it's web interface. use menubar plugin, , had couple of menus right aligned. achieved adding float: right css <li> tags surround menu links themselves. worked perfectly.

we have upgraded yui3, , no longer works reason, , have no idea why.

what correct way right-align 1 or 2 menu items in yui3?


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -