Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: drop box width


Message #1 by "Daniel Brevitt" <s3335752@s...> on Thu, 9 Aug 2001 03:07:06
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....


  Return to Index