It's easier to show you what I am trying to do with jQuery. I'm looking to make a menu within an input field like Oodle has at the top of their site in their search bar: http://www.oodle.com/vehicle/ . Can someone point me in the right direction? Thanks!
A:
They use an tag, and lots of javaScript.
I think the best way to know how they're doing it is using FireBug to inspect the page.
willvv
2010-01-06 21:03:53
+1
A:
This will get you started on the dropdown menu. The rest is probably styling.
easement
2010-01-06 21:07:51
A:
the menu is not within the input field,
- Remove all borders via css from the input field
- float the drop down trigger to the right
- wrap both elements in another div to give the illusion of an input field
the example above should help in the right direction...
pǝlɐɥʞ
2010-01-06 21:10:01