Hi,
this is my first post on the list I'm trying to have a left column
with a varying width

<body>
        <div id="content">
                <div id="leftColumn">
                        <div id="header">
                                <h1 id="title"><span>title</span></h1>
                                <h2 id="subtitle"><span>the subtitle</span></h2>
                        </div>
                        <div id="mainBar">
                                login | join the kom
                        </div>

                </div>
        </div>
</body>


body {
        border: 0;
        margin: 0;
        font-size: small;
        font-family: monospace;
}
* html body {
        font-size: x-small;
        f\ont-size: small;
}
#content {
        width: 100%;
}
#leftColumn{
        width: 20%;
        float: left;
        background: #A6E1FF url("body-bg.jpg") top right repeat-y;
}
#header{
        position: relative;
        left: 120%;
        height: 150px;
        width: 400px;
}

in internet explorer 6 the leftColumn width isn't working, I see a big
fixed left colum...
Is there an hack or something?
Thanks,
Enrico

--
"The only thing necessary for the triumph of evil
is for good men to do nothing"
 Edmund Burke
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to