I' am using an anchor after a select element.
<select>
<option>option 1</option>
<option>option 2</option>
<option>option 3</option>
</select>
<br />
<a href="#">Link</a>
If I move the the mouse over the first option the cursor changes between default and pointer because of the anchor.
How can I avoid this? I only want to have the default cursor.