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? Link to comment https://forums.phpfreaks.com/topic/165529-select-arrow/ 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 Link to comment https://forums.phpfreaks.com/topic/165529-select-arrow/#findComment-873082 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. Link to comment https://forums.phpfreaks.com/topic/165529-select-arrow/#findComment-874012 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 Link to comment https://forums.phpfreaks.com/topic/165529-select-arrow/#findComment-874072 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.