[CS-FSLUG] dhtml frustrations -- IE

Leon Brooks xtiansrc at leon.brooks.fdns.net
Tue Feb 22 06:50:55 CST 2005


On Tuesday 22 February 2005 14:16, Chris Brault wrote:
> This particular piece of code,

>> I've not had a problem with Mozilla layout since I
>> added this to my
>> <style> containers:

>>     img {
>>         display: block;
>>     }

> Doesn't play nice with inline images or backgrounds.
> So you usually have to use float when you use this.

Or something like:

    .inline {
        display: inline;
    }

    <img class=inline src=halapeno alt=2405m>

Cheers; Leon




More information about the Christiansource mailing list