[ZWeb] Foundation Site
Darryl Cousins
darryl at darrylcousins.net.nz
Mon Oct 16 14:51:54 EDT 2006
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