Hey all,
I have two divs <div id=regions> blabla</div><div id=categories>
blabla</div>.
The problem is that when regions gets too much content, the categories div
breaks line and is display below the region div. How can I force them to
always be align even if that requieres to horizontally scroll the screen?
here is the css code:
#regions{
float:left;
margin-right: 0px;
font-size : 15px;
color:black;
}
#categories{
border: 4px solid;
background-color: white;
width: 75%;
float:right;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 15px;
}
Thanx in advance
Pat
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/