Steve Caramia wrote:
>> Steve Caramia wrote:
>>> I think this is an easy one, but I can't find the answer.
>>>
>>> I've built part of this page in a CSS table to practice that method. 
>>>  Worked fine, except in ie 6 and 7 (as promised). I fixed half of 
>>> the  table, but the images are still not inline. What am I missing?
>>>
>>> http://www.caramiadesign.com/CNL/
>>>
>>> Thank you!
>>>
>>>  
>>
>>
>>
>> In the conditional comment change this ruleset to read:
>> .imageCell{
>> float:left/*add*/;
>> width: 149px;
>> height: 229px;
>> /*margin-right:9px;delete*/
>> }
>
>
> See that? Worked perfectly. Thank you, David.
>
> One more thing -- can you tell me why? (or point me to the explanation)
>
> I had tried to float those elements, but why did the margin trip it up?
>
>
>
>

It needs the float:left;
margin-right: 9px; offsets the images.
deleting margin-left corrects that offset.
Best,
~d

-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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