obout Interface - OboutDropDownList - Multiple Rows and Columns

Two columns:
  Three columns:
  Four columns:


The items of the OboutDropDownList can be arranged on multiple columns.
This can easily be achieved using a small CSS trick:

.ob_iDdlICBC li { float: left; width: 125px; }

The OboutDropDownList will arrange its items on as many columns as possible,
taking the width of the drop down menu and the width of the individual items into account.



« Back to examples