Posted by Paul Watt on 04/05/06 22:12
"Tony" <tony23@dslextreme.WHATISTHIS.com> wrote in message
news:123856258ac158f@corp.supernews.com...
> Paul Watt wrote:
>
>>>>The URL is: http://www.paulwatt.info/test/turn/ .
>>>> and http://www.paulwatt.info/test/turn/css/turnlayout.css
>>>>
>>>
>>>.leftcell{
>>> margin-top:5px;
>>> width: 250px;
>>> position: absolute;
>>>}
>>>
>>>Look into FLOAT, and lose position:absolute
>>
>>
>> I tried Float but it wasnt working for me, so I had to resort to
>> position:absolute.
>
> What happened when you used float?
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.
Paul
[Back to original message]
|