Re: [css-d] Right column drooping

2011-01-07 Thread Tim Arnold
On Fri, Jan 7, 2011 at 2:29 PM, 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 Kimi I assume that you want the rightcopy and leftcopy divs

Re: [css-d] Right column drooping

2011-01-07 Thread Chetan Crasta
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

Re: [css-d] Right column drooping

2011-01-07 Thread Kim Brooks Wei
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

Re: [css-d] Right column drooping

2011-01-07 Thread Kevin A. Cameron
Guess I should send this to the list, not just the individual... rightcopy and leftcopy both need to be floated; either both left, or one left and the other right. And get rid of the margin on rightcopy. But then the container div wont clear. Two simple ways to accomplish this. One way is to

Re: [css-d] Right column drooping

2011-01-07 Thread Kim Brooks Wei
OK, everybody, thanks for the guidance. Kevin, the clear-fix method you provided worked although the exact code you sent wasn't a fit. I found alternative code here http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ . It works great and my page is