View Single Post
Old 01-27-2013, 09:27 PM   PM User | #7
listerdl
Regular Coder

 
Join Date: Mar 2011
Posts: 157
Thanks: 7
Thanked 0 Times in 0 Posts
listerdl is an unknown quantity at this point
OK - i think i solved it -

I just make different classes of this

Code:
<select name="nav">

so, the dropdowns are like this:


Code:
<select name="dropdown-1">
Code:
<select name="dropdown-2">
Code:
<select name="dropdown-3">
Seems simple enough. I tested it and it works ok -

Am i missing something?
listerdl is offline   Reply With Quote