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

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -