PDA

View Full Version : Drop down boxes !!!


wap3
08-29-2002, 12:59 PM
Hi everyone, I have a double combo box on my site which works in the same way as this one here:

http://www.javascriptkit.com/script/cut183.shtml

What I want to know is can I keep the width of the second box from changing when an option is selected in the first. I would prefer it if I could fix the box to a certain size.

Any ideas ??

Thanks :thumbsup:

Mr J
08-29-2002, 02:46 PM
Try adding the following to the opening tag



style="width:nnn"

Where nnn = number

OR

Try a table placing each box in its own TD cell

wap3
08-29-2002, 03:27 PM
wooohhhhoooooooooo

Thanks Mr J

Your brilliant, works great. I think that looks much better now.

Thankyou

:thumbsup: :thumbsup: