On an example page at 
http://206.130.113.250/products/workholding-solutions/

In IE6/IE7 and Safari 3.2.3 the contained elements are breaking free from 
their container.

I have the left column set as:
#generatedContent-1 {
        width: 220px;
        float: left;
        margin:0 0 0 0; 
        }

The content area as:
#f1d #contentBlock-1 {
        float: right;
        width: 730px;
        margin-right:15px;
        margin-left:15px;
        }

Contained by:
#contentWrap {
        width: 980px;
        padding: 0 0 155px 0;  /* for pinned footer  */
        margin-left: auto;
        margin-right: auto;
        text-align:left;
        border-top:#fff 5px solid;
        min-width:980px;
        width:expression(document.body.clientWidth < 981? "981px": "auto" ); /* 
for 
ie  */
        }

I have this on browsercam at 
http://www.browsercam.com/public.aspx?proj_id=517293

Am I cutting this too close?

Thanks -- Tony
______________________________________________________________________
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