yes
I've tried using the col option for Netscape, which works fine. except in
netscape 4.51 when i write the <select> / <option> out with javascript, then
it it ithe size of the largest element.
i guess this is a bug?
--Keith
----- Original Message -----
From: "Hari Munikar" <HMunikar@a...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Friday, August 10, 2001 5:32 PM
Subject: [html_code_clinic] Re: drop box width
In IE you can use <Style> to set the width of combo box. I don't think
this is the case with Netscape.
Put <Style> in Head tag.
code: <Style>
SELECT.select1{width=20}
</Style>
Description:
SELECT - Tag name
select1 = class name
Hope this will help....