Previous Message
Next Message

Help with zengarden design

Sent by Roger Roelofs on 31 January 2005 23:11


Colin,
On Jan 30, 2005, at 3:59 PM, collin wrote:

> Hi,
> I've been tinkering around with a design for a zengarden entry and 
> could use
> some help.  I have the design working in Opera 7.54 and IE 6.  in 
> Firefox
> 1.0, because the linkList and supportingText divs are floated left and
> right, respectively, is the html, body background image shows through
> instead of the white for the container div.  I know it's probably 
> something
> really simple to get this to work in Firefox, but I can't think of it. 
>  Any
> tips would be appreciated.  You can see it at:
>
> http://www.collind.com/zengarden_enzyte/

IE/win incorrectly encloses floats.  Look in the wiki for further info 
on this.  Opera wants to be compatible and does the same even though it 
'knows' better.

The best solution that I can think of off the top of my head.

------------
div#container:after {
content: " ";
display: block;
clear: both;
}

hth
Roger,

Roger Roelofs
Know what you value.

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message