Click to See Complete Forum and Search --> : Problems with IE.


cysquatch
07-21-2007, 11:15 AM
I'm in the middle of creating my first website, I'm almost finished with the design, and it looks ok in Firefox. But when its viewed in IE, the menu goes all wrong and out of order. Can somebody give me a piece of advice on how I can fix this bug?

Here's the link to the site: http://bwub.co.uk/1
CSS: http://bwub.co.uk/1/default.css


Here's the menu in IE and FF:
[img=http://www.funkyimg.com/t/23554ief.jpg] (http://www.funkyimg.com/viewer.php?img=23554ief.jpg)

WebJoel
07-21-2007, 11:52 AM
#sidebar li {
display:block;
padding: 0;
}change this to inline

Also, you have a couple of these:



Delete them. They are created by your proprietary editor and are not needed.

cysquatch
07-21-2007, 02:32 PM
Whoa! Thanks! It worked.

Damn Expression keeps making those things, i'll try to eliminate them. Thanks for the help :)