> 
> 
> Care to consider fast and dirty?
> 
> body {
> color:#464a4a;
> background-color:#FFFFFF;
> padding: 0 1em 1em 1em;
> min-width: 600px;<--------:: delete this and all other 
> instances of min-width throughout all style sheets ::
> height:100%;
> width: 990px; <-------------:: add so the line-measure does 
> not extend from Washington to Paris (if not beyond) ::
> margin: 0 auto;<-------------:: add to center page horizontally ::
> }

> 

I figured out what the issue is.  It is what is referred to as
float-drop.  In this case, my page <h1> is an image Transformation
Matters.  When IE6 narrows and the right hand column pushes in on the
image, the content drops.  My solution is to put the image above
(outside of) the containing div. I'm tinkering on dev, but it's working
so far. 

______________________________________________________________________
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