[ZWeb] Foundation Site
Andrew Sawyers
andrew at sawdog.com
Mon Oct 16 16:04:47 EDT 2006
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
>
More information about the Zope-web
mailing list