Ambient Glow wrote:
> Having a couple of problems with this draft page in IE: 
> http://ambientglow.com/garage/wadegw/web/

> 1.  The "content" div is dropping down below the "leftcolumn" div. 
> Both should be approximately level with each other

Declare...

#content {margin: 0; float: left;}

...and add...

#outerWrapper {padding-bottom: 100px;}

...to work around "'hasLayout' induced hard margins" in IE7 and older,
while keeping the line-up as is.

> 2.  The graphic in the "bottom" div is not displaying completely 
> horizontally across the bottom in IE7.

Add...

#bottom {left: 0;}

...to prevent IE from "positioning in thin air" - which is "left edge
centered".


Note: pixel-defined font-size and line-height lead to horrendous-looking
and pretty-hard-to-read text in IE under "font size ignored and resized"
conditions.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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