On Sep 18, 2006, at 1:52 PM, ~davidLaakso wrote:

>> There are two places this occurs at http://www3.rgallery.us/ 
>> index.html
>>
> I was not able to access the file.

So sorry.  Should have been

http://www.rgallery.us/index.html


> See if this helps:
> div#top {  width:638px;   height: 106px;  border: 1px solid  
> #560116;   }
> win/IE/6 and down get this hack enclosed in a conditional comment:
> <!--[if lt IE 7]>
> <style type="text/css">
> div#top img {  display: block;    height: 1%;  }
> </style>
> <![endif]-->
> Not tested.
> Best,
> ~dL

Yes and no.  Your suggestion solved the second issue (which I thought  
would be harder because it involved floated div's to set up columns.

Adding

div#body img {display:block;}

to the IE6 style sheet fixed the second problem.  But in the first  
div I had two images side-by-side and the block display directive  
caused them to be rendered above and below.  Your hint suggested that  
I wrap each image in its own div.

Then, in the IE6 css, the same declaration applies.

div#top img {display:block;}

So thanks very much for the help.

Bill

______________________________________________________________________
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