Forum Moderators: not2easy

Message Too Old, No Replies

Fixing body widths with horizontal lists

         

matturn

6:04 am on Aug 10, 2007 (gmt 0)

10+ Year Member



I have a horizontal list. Every popularish browser except Safari doesn't see it when determining the minimum width of the body (the whole area available to scroll to, not the viewport).

If I give the UL (or another encompassing object) a set pixel width, that will be "seen" and sufficient body width will exist for the LIs to no longer be in a nice horizontal row. But what is the best practice for this situation?

matturn

4:39 am on Aug 14, 2007 (gmt 0)

10+ Year Member



I meant to say that giving an encompassing object a fixed width will allow the LIs to remain in a row.