> Do you still refer to this link?
> http://www.dinamo-online.net/beta/

Yes I refer to this link!
 
> and I think the problem you are referring to is that the box in the
> middle is placed vertically under the box at the left? You should try to
> give an adequate problem description.
> 
> Currently, there is a float drop
> http://nemesis1.f2o.org/aarchive?id=11#threepixelgap
> 
> because of the three pixel jog
> http://www.positioniseverything.net/explorer/threepxtest.html
> 
> Ingo

OK I got that ... I tried to solve it. You cand look now at the
link... Now the box does float by the left sidebar, but not as it
should (as I want).

This is what I did:

#container {
        width: 100%;
        float: left;
        margin-right: -300px;
}
#content {
        margin-right: 310px;
}
#main {
        margin-left: 210px;
}

#left {
        width: 200px;
        float: left;
}

/* hide from MacIE \*/
* html #left {
    margin-left: -3px;
}
* html #content {
    margin-right: 0px;
}
/* end hide */

Am I doing it right?
______________________________________________________________________
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