hey,
working on a site atm where my menu wont align to the right in IE6. Any suggestions?
http://www.adreklame.no/kunder/antenor/
Menu - align right - not in IE6
Re: Menu - align right - not in IE6
try
div#menu_horiz ul { margin: 0; padding: 0; height:2.2em;display:inline}
Might break something so be careful.
div#menu_horiz ul { margin: 0; padding: 0; height:2.2em;display:inline}
Might break something so be careful.
-
volcanoboy
Re: Menu - align right - not in IE6
Hey,
that didn't change anything. However when i applied a float to it as well it does allign right:
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
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; }
