Page 1 of 1

Menu - align right - not in IE6

Posted: Mon Jan 19, 2009 3:00 pm
by volcanoboy
hey,

working on a site atm where my menu wont align to the right in IE6. Any suggestions?

http://www.adreklame.no/kunder/antenor/

Re: Menu - align right - not in IE6

Posted: Thu Jan 22, 2009 12:26 pm
by KO
try

div#menu_horiz ul { margin: 0; padding: 0; height:2.2em;display:inline}

Might break something so be careful.

Re: Menu - align right - not in IE6

Posted: Thu Jan 22, 2009 12:53 pm
by volcanoboy
Hey,

that didn't change anything. However when i applied a float to it as well it does allign right:

Code: Select all

div#menu_horiz ul { margin: 0; padding: 0; height:2.2em; float: right; display: inline; }
Not sure if this is valid and if it's working properly. I only have http://ipinfo.info/netrenderer/index.php to check my pages in IE6