Tom Livingston wrote:
> I spoke too soon.
>
>  What am I missing for IE6-7???
>
>
>
>
>   





Not sure if this is what you after? Try:


#fullwidth1Wrap {
background-color : blue;
margin-bottom : 10px;
min-height : 150px;
}/* 4 compliant browsers */

.scrollable {
background : yellow;
position : relative;
width : 915px;
height : 110px;
overflow : hidden;
float : left;
}/* 4 compliant browsers */

*:first-child + html #fullwidth1Wrap {
margin-top : 10px;
} /* 4 IE/6 */

* html #fullwidth1Wrap {
margin-top : 10px;
height : 110px;
}/* 4 IE/7 */

Best,
~d

-- 
desktop
http://chelseacreekstudio.com/

______________________________________________________________________
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