Previous Message
Next Message

RE: [css-d] Forcing a horizontal scroll

Sent by Saila, Craig on 27 August 2002 16:04


> Craig's <hr> trick on the center div didn't work for IE 6 
> with my layout. The window does popup a hori scroll bar at 
> around 800, but it also continues to move the right division 
> over the center division which is causing an overlap of the 

To prevent overlapping in IE/Win you need to do something like this:
<div>
 <div>
  left
  <hr style="width: 200px">
 </div>
 <div>
  middle
  <hr style="width: 400px">
 </div>
 <hr style="width: 600px">
</div>
<div>
 left
 <hr style="width: 200px">
</div>
You essentially need to create a holder container around the left and
middle divs held open by a HR or something. Again, this is the same
basic technique described in:
<http://www.saila.com/usage/layouts/>

-- 
Cheers,

Craig Saila
------------------------------------------
[EMAIL-REMOVED] : http://www.saila.com/
------------------------------------------
Previous Message
Next Message

Message thread:

Possibly related: