PDA

View Full Version : Menu not Horizontal :-(


Cologne
06-19-2009, 03:31 PM
hi,

my menu is not horizontal in iE6. I dont know what I have to do to make it work.

what is the trick?

http://www.localhero.de/

if I use the presets it works. but i need a menu 50px height an 900px width and the links should fit themself.


but most important is to make the menu horizontal in the iE6


thanks

nevmac
06-24-2009, 07:35 PM
My fix was to add the following:

under the "ul#cssmw li" item add:
width: 0;
white-space: nowrap;

A bit clunky, but so is IE6. :) Hope this helps.

*Edit* Remember to only add this to the menu_ie.css file.