How can I make a drop-down list resizable?

S

Stefan

Hi,

Is it possible to make a drop-down list resizable? I have two drop-down
lists on every page in my site (www.aaltenvoogd.com), and would like both to
be resizable.

Thanks in advance,
Stefan
 
T

Thomas A. Rowe

What do you mean by "re-sizeable" ?

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
S

Stefan

So that you can click & drag the bottom right corner to make the list
shorter/wider/longer/shorter
 
T

Thomas A. Rowe

Ok. Form fields can not be resized by dragging, only by setting the number of characters or number
of lines/rows, and a little CSS.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
M

Murray

And a list will be as wide as its widest member, except if you apply a CSS
width to it.
 
Top