Hi there I'm working on a Norwegian languaged site, but that's not relevant to my problem. I have a dropdown menu that works great in Firefox and Opera (of course), but doesn't quit work in IE7 and don't work at all in IE6 (surprise). Here is the url: http://alt-om-kroatia.com/ Anyone know what might be wrong?
#mainmenu .menuitem (line 66) { border-right-width: 1px; border-right-style: solid; border-right-color: #ffffff; text-align: center; height: 27px; padding-top: 3px; } try text-align: left; and see if that works/helps? there's a lot of css there, I have little time so can't really look into it too much. It is definately a css problem though. Try setting up a reset.css file and calling it before the other css. You can check this in google, it helps make firefox and ie set the same defaults.