jcombs_31 Posted July 10, 2009 Share Posted July 10, 2009 I've been looking for a simple javascript solution to change only the select arrow on a form select. I've seen plenty of options that completely replace the select with a custom div using a menu or the like, but I only want to change the stupid arrow. Anyone know of a solution? Quote Link to comment Share on other sites More sharing options...
rhodesa Posted July 10, 2009 Share Posted July 10, 2009 the only way i know is to completely replace the select box with a divs and images. something like: http://extjs.com/deploy/dev/examples/form/combos.html Quote Link to comment Share on other sites More sharing options...
jcombs_31 Posted July 12, 2009 Author Share Posted July 12, 2009 Yea, just too much for the number of boxes I need to change. Quote Link to comment Share on other sites More sharing options...
rhodesa Posted July 12, 2009 Share Posted July 12, 2009 If you check out the last example in that link, there is an unobtrusive version. So, after the page loads, just have a loop that applies that little block of code. No need to modify your HTML Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.