2 column drop down

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jscore
    New Member
    • Oct 2008
    • 4

    2 column drop down

    is there a way to have a drop-down list display 2 columns?
  • eWish
    Recognized Expert Contributor
    • Jul 2007
    • 973

    #2
    I have never done it, however I have had used two column unordered lists as links. I am sure doing it as a drop down menu would be easily done. Give it a try and if you have problems then post back and we will try and help.

    --Kevin

    Comment

    • JamieHowarth0
      Recognized Expert Contributor
      • May 2007
      • 537

      #3
      Hi there,

      If you're using the HTML <select> element, then the answer is a plain and simple "no".
      However, you could create the effect of a two-column drop-down list using some CSS and a table, and then add a scrollbar to the table using overflow:scroll on a containing <div>, to create the effect of a dropdown.

      Hope this helps.

      codegecko

      Comment

      Working...