donygp
12-17-2002, 01:07 PM
I am working on making our product compatible to Netscape 7.01 I have hit one issue which probably many of you would have come across. The issue is when you specify a "width" style for the select box the higlighting does not extend to the total width but appears to be variable according to each item (options) in the select box. If you have come across this issue and resolved it let me know.
Here is the code snippet:
<SELECT style="WIDTH: 80px" NAME="ABARoutingNumberRow1" onChange='validate(this)' >
<OPTION VALUE ="-----------" SELECTED>
<OPTION VALUE="111111118" >111111118
<OPTION VALUE="222222226" >222222226
</SELECT>
The style="Width:80px" causes the above mentioned problem. The problem does not occur if I use a % for width.
???Is there any other style information that I need to use along with the width in order to resolve this or Is it a Netscape 7 bug.
Here is the code snippet:
<SELECT style="WIDTH: 80px" NAME="ABARoutingNumberRow1" onChange='validate(this)' >
<OPTION VALUE ="-----------" SELECTED>
<OPTION VALUE="111111118" >111111118
<OPTION VALUE="222222226" >222222226
</SELECT>
The style="Width:80px" causes the above mentioned problem. The problem does not occur if I use a % for width.
???Is there any other style information that I need to use along with the width in order to resolve this or Is it a Netscape 7 bug.