On Sat, Jan 8, 2011 at 12:59 AM, Kim Brooks Wei <kimi....@kimbwei.com> wrote:
> Hi People,
>
> I don't remember what will make my right column slide up to sit side by side
> with the left one. What am I failing to do?
>
> http://bit.ly/ad7AEl
>

You can try Tim's suggestion, or if you don't want to change the
markup, try this:

#copy {
margin: 0 0 2em;
padding: 1em 3em 0;
position: relative;
}
.rightcopy {
    margin-left: 45%;
    position: absolute;
    top: 10em;
    width: 45%;
}

~Chetan
______________________________________________________________________
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