Free Credit Score - Loans - Loan - 0% credit cards - Internet Advertising

PDA

View Full Version : Errors in my dropdown menu


Cypherus
Jan 14th 2008, 9:17 am
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?

Noddegamra
Jan 14th 2008, 9:58 am
#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.

Cypherus
Jan 14th 2008, 10:40 am
No, that just made it even more wierd :b