The most annoying feature of a drop down list box is that once I've selected my option, I use my mouse wheel to scroll down the page and find that it has scrolled through the options of the select box instead - losing my original selection
I attempted to fix this by applying an onchange="this.blur();" but it didn't work. Anyone got any ideas on this annoying bug?