Hmm,
Well it's nice to know that I found my own answer to the problem! I  
had a single space between the opening and closing brackets of the  
div and the img link. Fixed!

This:
<div id="banner"><img src="/beta/images/banner-a_home.jpg" alt="Image  
of Couple" width="194" height="144" /><img src="/beta/images/banner- 
b_home-us.jpg" alt="Image of Leaves" width="610" height="144" /></div>

Instead of this:
<div id="banner"> <img src="/beta/images/banner-a_home.jpg"  
alt="Image of Couple" width="194" height="144" /> <img src="/beta/ 
images/banner-b_home-us.jpg" alt="Image of Leaves" width="610"  
height="144" /></div>

I thought that whitespace in the xhtml had no semantic meaning unless  
it was either within a tag or inside quotes. What gives with IE 6?

Thanks!
-james


.................................................

ibn Ezra
mailto: [EMAIL PROTECTED]

.................................................




On Aug 24, 2006, at 23:10 PM, ibn Ezra wrote:

> Hi,
> I have two images stuffed inside a div that has a 4px border applied
> top and bottom:
>
> Page Example:
> http://covenantwoods.com/beta/index.php
>
> CSS:
> http://covenantwoods.com/beta/_stylesheets/base.css
>
> Looks as expected in Firefox 1.5 (Mac/Win), Opera 9 (Win), Safari 2
> (Mac) and validates at W3C... but IE 6 is adding an extra 4px of
> whitespace between the bottom border and the images inside the div.
> I've been so busy learning the CSS standards that I haven't gotten my
> head around IE's particular way of looking at the CSS universe and
> I'm not sure where to begin looking.
>
> Any ideas?
>
>
> Many thanks in advance!
> -iE
>
>
> .................................................
>
> ibn Ezra
> mailto: [EMAIL PROTECTED]
>
> .................................................
>
>
>
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to