For some reason, the scroll bars for my ListBoxes where I have the size set are automatically showing the vertical scrollbars even though the height of the listboxes has plenty of room for the listItems. It only does it with Safari. If I don't use the "size"
attribute, and have them showing as a normal DropDownList, there isn't a problem.
Any ideas?
Here is the html
<select id="lb70" size="9" class="lbs3D">
<option value="71" >71</option>
<option value="72" >72</option>
<option value="73" >73</option>
<option value="74" >74</option>
<option value="75" >75</option>
...
Go to the complete details ...