How can I control the height of a list box (select)
in NETSCAPE (former verions than NS6)?
I tried style, but it does not effect netscape.
I also tried to smaller the font size in it, but it
wouldn't work in netscape. I tried all of the following:
<font face="Arial, Helvetica, sans-serif" size="-5">
<select....>
</select>
</font>
OR
<select....>
<font face="Arial, Helvetica, sans-serif" size="-5">
<option...>
</font>
</select>
Or even:
<select....>
<option><font face="Arial, Helvetica, sans-serif" size="-3">my option</font>
</select>
Or:
<select....>
<option><font face="Arial, Helvetica, sans-serif" size="-3">my option</font></option>
</select>
None is working for me.
Any idea?
Thanks
in NETSCAPE (former verions than NS6)?
I tried style, but it does not effect netscape.
I also tried to smaller the font size in it, but it
wouldn't work in netscape. I tried all of the following:
<font face="Arial, Helvetica, sans-serif" size="-5">
<select....>
</select>
</font>
OR
<select....>
<font face="Arial, Helvetica, sans-serif" size="-5">
<option...>
</font>
</select>
Or even:
<select....>
<option><font face="Arial, Helvetica, sans-serif" size="-3">my option</font>
</select>
Or:
<select....>
<option><font face="Arial, Helvetica, sans-serif" size="-3">my option</font></option>
</select>
None is working for me.
Any idea?
Thanks