[ZWeb] Foundation Site

Tom Von Lahndorff tom at modscape.com
Mon Oct 16 20:28:46 EDT 2006


It should be:

.columntwo {
display: block;
position: absolute;
top: 0px;
left: 150px;
right: 0px;
}


On Oct 16, 2006, at 4:04 PM, Andrew Sawyers wrote:

> All kinds of weird behavior with that under Firefox on my Mac.....
> Paste me the entire class definition for .columntwo
>
> Andrew
>
>
> On 10/16/06 2:51 PM, "Darryl Cousins" <darryl at darrylcousins.net.nz>  
> wrote:
>
>> On Mon, 2006-10-16 at 15:25 -0400, Andrew Sawyers wrote:
>>> I don't see a rightcolumn class in Foundation stuff....maybe  
>>> missing the
>>> obvious though.
>>>
>>> A
>>>
>>
>> Hi Andrew,
>>
>> This works for me (Firefox 1.5.0.4 - haven't tested IE, but should be
>> ok):
>>
>> Replace:
>>
>> .columntwo {
>> display: block;
>> position: absolute;
>> top: 0px;
>> left: 150px;
>> ...
>>
>> With:
>>
>> .columntwo {
>> display: block;
>> position: absolute;
>> top: 0px;
>> right: 0px;         /* changed from left */
>> margin-left: 150px; /* added */
>> ...
>>
>> Regards,
>> Darryl
>>
>
>
> _______________________________________________
> Zope-web maillist  -  Zope-web at zope.org
> http://mail.zope.org/mailman/listinfo/zope-web



More information about the Zope-web mailing list