Previous Message
Next Message

how to avoid box to align vertically?

Sent by jack fredricks on 5 April 2005 14:02


try to put your divs in a wrapper/containing div. You can then set a
min-width on the container. Keep in mind that IE doesnt play ball.
Depending on your layout, you can fake min-width using a spc.gif or
something. Not nice, its up to you if you want to do this.

<div style="min-width:700px">
  <div>Home</div>
  <div>2</div>
  <div>3</div>
  <div>4</div>
</div>
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: