[WSG] Friday fun with Suckerfish dropdowns

2005-08-26 Thread Miles Tillinger
Has anyone been able to successfully right align the Suckerfish horizontal dropdown menu without defining the width of the container or UL? Preferably would work in Opera and Mac IE5 if possible. I am using the following example: http://www.htmldog.com/articles/suckerfish/bones/ MT.

Re: [WSG] Friday fun with Suckerfish dropdowns

2005-08-26 Thread Patrick Ryan
Which part are you trying to right align? If you want the whole thing on the right, you can put float the top-left UL to the right: ul{ float:right; } If you want to get the menu items, you can align the text in both LIs li{ text-align:right; } On 8/25/05, Miles Tillinger [EMAIL