Bruno Fassino wrote:
> On Sun, Mar 30, 2008 at 5:38 PM, David Laakso wrote:
>   
>> What kills the the image border-bottom (it is adjacent to the top right
>>  side of the linked images, and is difficult to see)?
>>  Targeting selector is:
>>  *:first-child+html .caption a img  { float:left;  }
>>  <http://chelseacreekstudio.com/ca/cssd/dl/>
>>     
>
> I would try giving them a 10px right margin. Just to IE7 if it's the
> only one with the problem:
> *:first-child+html .caption a img  { margin-right: 10px;  }
> Don't know of this may break something else.
>
> Bruno
>
>   




Ah, yes... of course.
I think what happened initially is I tried margin-right, but not in 
combination with float left.
Thanks.

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to