[thelist] Box problem

Erik Mattheis gozz at gozz.com
Fri Mar 16 15:57:47 CST 2001


Including position: and left: as well as float: and width: are giving 
the browser conflicting cues on how to render the same thing ...

Float is way buggy in my experience ... if you were me, you'd use tables.

>.A {
>    position: relative;
>    left: -60%;
>    width: 19%;
>    float: left;
>}
>
>.B {
>    position: relative;
>    left: 20%;
>    width: 59%;
>    float: left;
>}
>
>.C {
>    width: 19%;
>    float: right;
>}
>
>This produces the three-column layout I'm looking for in NS6 and IE5.5/Win.
>But in IE5/Mac, the columns present themselves in a different order: B,
>then A, then C.
-- 
- Erik Mattheis

http://gozz.com/
(612) 827 3963




More information about the thelist mailing list