Log in

View Full Version : Dynamic Forms...



Rockonmetal
09-26-2007, 09:44 PM
I was wondering if it is possible to have a custom select box...
You know this bit of html form script:

<select name="select">
<option value="1"></option>
<option value="2"></option>
</select>
I was wondering if its is possible to do that?


Thanks

tech_support
09-27-2007, 08:48 AM
Here's a good JS+CSS one (http://www.glanzani.com.ar/select/) and Here's a tutorial on how to customise a CSS <select> (http://easy-designs.net/articles/replaceSelect/)