Re: [css-d] two columns, resize issue

2005-06-11 Thread David Hucklesby
Robyn wrote:  I have two columns, both the same width, like so:  .column {  float: left;  width: 392px;  margin-left: 5px;  border: 1px red solid;  }  This works fine when I have enough room in the browser to display  this. But when the browser window gets resized, the second column  jumps

[css-d] two columns, resize issue

2005-06-10 Thread Robyn
Hey all, I'm a CSS newbie. Hope this isn't too basic a question, but I can't seem to figure out how to do something... I have two columns, both the same width, like so: .column { float: left; width: 392px; margin-left: 5px; border: 1px red solid; } This

Re: [css-d] two columns, resize issue

2005-06-10 Thread Mike Stickel
I have two columns, both the same width, like so: .column { float: left; width: 392px; margin-left: 5px; border: 1px red solid; } This works fine when I have enough room in the browser to display this. But when the browser window gets resized, the second column jumps below