Thread: Options Tags
View Single Post
  #3 (permalink)  
Old Mar 2nd, 2007, 01:51
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Options Tags

Since select lists are browser devices, not HTML, there is no way to style them. The only way to actually do this would be to create a select list using an unordered list, styling it with CSS then adding JS functionality.

I have a very simple JS one that I've created a while back, but it is by no means meant for long lists. It's also not form friendly yet. You'll need to add some type of functionality via JS so variables are actually submitted with the rest of the form. I have not tested this in any browsers, so if it doesn't work, sorry!

http://ryanfait.com/work/select-list/
Reply With Quote