> #supportingText {
> float:none;
> margin:0px 190px 0 235px;
> width:375px;
> line-height: 2em;
> }

I was able to make it work in IE6 by removing the 190px right margin:

#supportingText {
float:none;
margin:0px 0px 0px 235px;
width:375px;
line-height: 2em;
}

It still looks right in Firefox. I didn't try it with any other browsers. 
The left margin pushes the middle column into position from the left, and 
the right column has absolute positioning. So, I don't see why the right 
margin would really be necessary.

Russ 

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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