Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Looking for a solution to create a drop down list control from select tags with custom styling(drop down arrow image and colors). Tried lot of JQuery plugins and CSS manipulations. But nothing is working on IE 7 browser.

Can any one suggest a plugin or some kind of solution that works on IE 7/8/9 browsers.

Thanks!

share|improve this question
"Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it" – 3rror404 19 hours ago

put on hold as off-topic by Fabrício Matté, 3rror404, Omar, Luc M, madth3 17 hours ago

This question appears to be off-topic. The users who voted to close gave this specific reason:

  • "Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it." – Fabrício Matté, 3rror404, Omar, Luc M, madth3
If this question can be reworded to fit the rules in the help center, please edit the question.

1 Answer

Try your luck with IE9.js. It's target is to make IE5.5-8 more compatible with the features modern browsers have.

https://code.google.com/p/ie7-js/#IE9.js

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.