Patrick,

On Sep 10, 2006, at 5:25 PM, Patrick Aljord wrote:

> 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;
> }

Without a test page, I can't be sure.  The first thing I would try is 
to add width: 24%; to #regions.  If that doesn't work, put up a test 
page and we'll try to give you a better answer.

hth
-- 
Roger Roelofs

______________________________________________________________________
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/

Reply via email to