I have a select list in IE 8 it works ok.
On Firefox 3 and 4: I cannot click on the select box, unless I move the mouse 0.5cm below the actual select box.
On Webkit the same as firefox, plus by default it looks blank with no options in it until clicked?
The page is http://gocruising.com.au/Cruises/Search the select list is on the right “sort results by”
I know there must be some invalid HTML somewhere but I cannot see it.
Your
<div class="icons">...</div>is hanging down, meaning the click events on the control are really click the thediv.You may need to make that
divsmaller, reposition it, or lift theselectabove usingz-index.