I went really long way trying to rewrite select to ul li and style it accordingly. But I’m getting really annoyed with the weight of code and minor annoyances on the way.
So I’m thinking to ditch the idea completely, and just use normal ul li menu and some kind of javascript to make it function like select (for form submission etc).
So is this possible? any example code you can give me?
My concerns is Cross browser compatibility.
Lovely idea. I just made one in the fiddle check it out here.
HTML
JAVASCRIPT
CSS