I have a page with <select> elements in a fieldset. When I tab to it and attempt to change values in Netscape 6 or 7, the change does not appear until I move on to another element. Is there any way of fixing this issue?
If you don't know what I mean, try this code:
<html>
<form>
<fieldset><legend>My Listboxes</legend>
<select>
<option value="One">One
<option value="Two">Two
<option value="Three">Three
</select>
<select>
<option value="One">One
<option value="Two">Two
<option value="Three">Three
</select>
</fieldset>
</form>
</html>
If you don't know what I mean, try this code:
<html>
<form>
<fieldset><legend>My Listboxes</legend>
<select>
<option value="One">One
<option value="Two">Two
<option value="Three">Three
</select>
<select>
<option value="One">One
<option value="Two">Two
<option value="Three">Three
</select>
</fieldset>
</form>
</html>