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 - [email protected]
http://mail.zope.org/mailman/listinfo/zope-web