Posted by axlq on 04/05/06 22:49
In article <49ij4oFp059oU1@individual.net>,
Paul Watt <paulioNOSPAM@wattio.freeserve.co.uk> wrote:
>I had two cells leftcell and maincontent; I had leftcell (float:left;
>width:250px;) and maincontent(no float,margin-left:255px;). IE and FF
>couldnt decide where to start counting the 255px from because leftcell was
>floated.
Try and see what happens if you set a margin-left: -1px; in the
left-floated box. It fixes up a similar problem in NS4.
See: http://realworldstyle.com/2col.html
I have found this to be a very useful example for my own page layouts.
-A
Navigation:
[Reply to this message]
|