Tim, thanks for pointing out my structural error. I did put both columns inside the same div, where they ought to be. Floating both columns left doesn't work though because the columns won't respect the boundaries of my green box anymore.

Chetan, the positioning you suggest is a good idea but 1) it only works for that page and breaks on other pages where the top of that column needs to start at a different height + 2) the rightcopy also fails to obey the boundaries of my green box.

In other words, I'm still looking for the fix I need.

Kimi

.rightcopy {
    margin-left: 45%;
    position: absolute;
    top: 10em;
    width: 45%;
}

~Chetan

--

[ Kimi Wei
thewei.com
@kimiwei
(t) 862.203.8814
p o box 626
fair lawn, nj 07410 ]
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to