in select tag you write you list with option. it's like a piece of cake, no?
F0
2009-12-31 06:46:55 UTC
Its done using Javascript. Basically you put all the list items in a
, the
perhaps enclosed within a div tag. Whenever the mouse hovers over the div, the visibility property of the div is set to 'visible'; when mouseout event occurs visibility is set to 'hidden'. Instead of using pure Javascript I'd recommend using jQuery for this - its easy and has cool effects such as slideDown() and slideUp().