Hi,

I have been working on this page layout

http://www.storesprite.org/lamp/

In ie 6 the page content (#middle) gets pushed below where the left
column content ends. I can't figure out why this is and have pulled out
most of my hair trying to find out.

If I remove the float evertything goes wrong in all browsers!


#left
{
        width: 200px;
        margin-left: 2px;
        padding: 0;
        float: left;
        background: transparent;
}
#middle
{
        background: transparent;
        width: 586px;
        margin-left: 200px;
        margin-right: 18px;
        padding: 0;
}


Have I made a silly mistake?

Thanks,
Vince


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to