PDA

View Full Version : DD menu width


christrinder
11-11-2002, 03:38 PM
Hello,

I've seen a number of websites on which numerous drop-down menus are all the same width... which obviously looks nice and neat. How do you alter the width of these because I've tried everything and they stay the same width as the longest option.

Cheers in advance for any help.

Chris

ionsurge
11-11-2002, 04:10 PM
You will need a menu that is capable of that. The HVMenu is I think, go to www.dynamicdrive.com.


Ionsurge.

Nightfire
11-11-2002, 07:02 PM
Unless you mean the select drop down <select><option>etc...

Then you could give css a try

<style>
select{
width:30px;
}
</style>