The following archives are provided as a public service to the community. Opinions archived here do not necessarily represent the opinions of Open for Business or its contributors.
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
| Home |