Menu - align right - not in IE6

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
volcanoboy

Menu - align right - not in IE6

Post 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/
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Menu - align right - not in IE6

Post by KO »

try

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

Post 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
Locked

Return to “Layout and Design (CSS & HTML)”