Click to See Complete Forum and Search --> : Dropdown Box Hidden


stretcher25
12-07-2004, 09:23 AM
Does anyone know how I can make a dropdown box hidden or invisible?

candelbc
12-07-2004, 10:30 AM
I don't believe that it is possible, nor can I figure out for the life of me why you would want to.

Maybe there's a way in CSS, but not that I am aware of.

-Brad

lmf232s
12-07-2004, 12:43 PM
ya,
try this

<select name="myName" style="width:0px;height:0px">

this will put it on the page but will set its width to 0 and
height to 0 so it their but its kind of hidden.

Hope this helps

stretcher25
12-07-2004, 01:41 PM
perfect... thanks!