Umm...when I look at that page, I don't see empty spaces below those images. I see text laying in the boxes that is the same color as the background and is not visible. It looks the same in IE and firefox.
I'm not sure, but I'm betting it's the way you are linking to the css files which is giving you problems.
Change these lines
Code:
<link href="file:///D|/Sites/Seven.Wires.Thin/CSS/left-nav.css" rel="stylesheet" type="text/css">
<link href="file:///D|/Sites/Seven.Wires.Thin/CSS/main_00.css" rel="stylesheet" type="text/css">
to this:
Code:
<link href="/css/left-nav.css" rel="stylesheet" type="text/css">
<link href="/css/main_00.css" rel="stylesheet" type="text/css">
and see if that helps at all.
Bookmarks