Try using <optgroup>:
<select name="mySelect">
<option value="" selected>-Select an Item-</option>
<optgroup label="Option 1">
<option value="1">Item 1</option>
<option value="2">Item 2</option>
</optgroup>
<optgroup label="Option 2">
<option value="3">Item 3</option>
<option value="4">Item 4</option>
</optgroup>
</select>
--
Ken Ford
Certified Dreamweaver MX 2004 Developer
PVII Support Team
http://www.projectseven.com
Team Macromedia Volunteer - Dreamweaver
"louloulouloulou" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
We have a form (a jump list) which contains categories... We would like the
category names to be bolded and the items within these to be normal. We have
got this working on firefox, but it doesnt work on ie, which the client is
using. Any suggestions much appreciated! Thanks, Louise |