PDA

View Full Version : navbar drop in IE7


corona
5th April 10, 03:35 PM
Hi,

Can anyone tell me how to fix the navbar drop in ie7 without it messing up in Firefox and safari.. The last nav item falls below the others and I can't figure out how to fix it..

here is the link to my site: http://www.gerdalattey.com/

thanks in advance!!

rkrause
5th April 10, 03:49 PM
the setting of "static" and everything else position-wise to "auto" doesn't seem right. I can't test on IE, but i would certainly remove those settings as a start.

your navigation is simple. You shouldn't need any positioning values - that is probably what is giving IE problems.

Ryan.

corona
5th April 10, 07:29 PM
I removed "auto" and it made it sit left in Safari. I've been over and tried to remove a myriad of things, all to no avail. Originally i had
#navcontainer ul li{
display:inline:
}
but that makes the last block drop in Safari and firefox. Seems I'm damned if I do and ...
I must need to add something but don't know what on earth it could be.

Cheers and thanks for your quick response!!
Gerda