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 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 the first column. I would like the second column to stay put and for the user to have to scroll if that is the case.

I tried adding a clear: none, but that didn't work. From there, I have no idea where to go... Am I using the wrong approach altogether (as in, should I not be using float?)?

Thanks,
Robyn
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to