This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Stylesheets > July 2004 > Strange space below <div> in IE6
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Strange space below <div> in IE6
|
|
| geoffrey 2004-07-20, 7:18 pm |
| Greetings --
I'm getting a strange space below a header <div> that is between the
header and the menu bar on a site I'm working on. It shows up fine in
Safari, but IE6 on a PC just doesn't like it. Is there something I'm
missing here? It seems the space is contained inside the header
(discovered after putting a border around the header).
test site: http://thelessels.com/test/index.html
test css: http://thelessels.com/test/style.css
Thanks!
-geoffrey
| |
|
| geoffrey wrote:
> I'm getting a strange space below a header <div> that is between the
> header and the menu bar on a site I'm working on. It shows up fine in
> Safari, but IE6 on a PC just doesn't like it. Is there something I'm
> missing here? It seems the space is contained inside the header
> (discovered after putting a border around the header).
>
> test site: http://thelessels.com/test/index.html
I've checked this in IE6 and Firefox 0.8, and I see no difference. I'm
not sure what space you mean. Either it is not here, or I simply don't
know what you are referring to. Since I don't have a Mac, I might need
to see screenshots comparing the two, if you can manage that.
BTW, what's with the microfonts? I've configured my browser for a
reason, and don't particular enjoy reconfiguring it for your site.
--
Brian (remove ".invalid" to email me)
http://www.tsmchughs.com/
| |
| Steve Pugh 2004-07-20, 7:18 pm |
| usenet@thelessels.com (geoffrey) wrote:
>I'm getting a strange space below a header <div> that is between the
>header and the menu bar on a site I'm working on. It shows up fine in
>Safari, but IE6 on a PC just doesn't like it. Is there something I'm
>missing here? It seems the space is contained inside the header
>(discovered after putting a border around the header).
>
>test site: http://thelessels.com/test/index.html
Change
<div id="header">
<img src="images/summer/title.jpg"
alt="thelessels.com" />
</div>
To
<div id="header">
<img src="images/summer/title.jpg"
alt="thelessels.com" /></div>
cheers,
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|