I have a drop down on a web page and want to change the cursor from default to pointer, so my style definition has
style ="cursor: pointer;"
the drop down though fails to change from the default curor. I've tryed applying the style to the <select> tag and to the <option> tags to no avail.
style ="cursor: pointer;"
the drop down though fails to change from the default curor. I've tryed applying the style to the <select> tag and to the <option> tags to no avail.
Comment