I have an HTML Select tag which I set to not dropdown. Is there a way I can also remove the scroll bar, or at least color it? Thanks![]()
I have an HTML Select tag which I set to not dropdown. Is there a way I can also remove the scroll bar, or at least color it? Thanks![]()
I don't think that there is a way to remove it, or color it infact, although search a little on google, that may help you.
Jeremy | jfein.net
hosdank (08-11-2008)
yeah, thanks!![]()
Happy to help anytime, if you do find a solution for this, post it in this thread so when people search the forums for the same questions that you ask they can see the answer instead of having to create a new thread.
Jeremy | jfein.net
Just curious... but what would be the logic behind using a "select box" if you are going to disable it from performing it's core function?
--------------------------------------------------Reviews, Interviews, Tutorials, and STUFF--------------------------------------------------Home of the SexyBookmarks WordPress plugin
You can however make use of the multiple attribute:
Code:<select multiple="multiple"> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> <option>Values</option> </select>
Learn how to code at 02geek
The more you learn, the more you'll realize there's much more to learn
Ray.ph!
Bookmarks