Hi,
We have created a drop down menu. Well is there any way we can differentiate between the title(which is not clickable)and the sub title which is clickable.
<td><select name="menulist" size="1" style="background-color: #999999; color: #000000; font-weight: normal; text-align: center; vertical-align: top; font-family: verdana, arial; font-size: 9pt" onchange="doMoveBrowser(this.form)">
<option disabled value="">Take me directly to:
<option disabled value="">-------------------------------------------
<option value="download/tertiary_form.pdf">Download the Form
<option disabled value="">-------------------------------------------
<option disabled value="">School of Computer Science
<option value=" Communication Design
<option value=" Interior Design
<option value=" Fashion Design
<option disabled value="">-------------------------------------------
<option disabled value="">School of Arts
<option value=" Arts Management
<option value=" Ceramics
<option value=" Glass & Architectural Glass
<option value=" Jewellery & Metalsmithing
<option value=" Painting
<option value=" Printmaking
<option value=" Sculpture
<option disabled value="">-------------------------------------------<!-- <OPTGROUP LABEL="optiongroup">
<OPTION LABEL="item01">item 01</OPTION>
// -->
</select><br>
How do I differentiate between titles like Download the form, School of Computer Science and School of Arts from their sub categories. In PC we are not able to differentiate them but in Mac we are able to differentiate them as the color is different and the user knows that the title is not clickable. Are there any other way I could solve this problem.
Thank You.
dip.
We have created a drop down menu. Well is there any way we can differentiate between the title(which is not clickable)and the sub title which is clickable.
<td><select name="menulist" size="1" style="background-color: #999999; color: #000000; font-weight: normal; text-align: center; vertical-align: top; font-family: verdana, arial; font-size: 9pt" onchange="doMoveBrowser(this.form)">
<option disabled value="">Take me directly to:
<option disabled value="">-------------------------------------------
<option value="download/tertiary_form.pdf">Download the Form
<option disabled value="">-------------------------------------------
<option disabled value="">School of Computer Science
<option value=" Communication Design
<option value=" Interior Design
<option value=" Fashion Design
<option disabled value="">-------------------------------------------
<option disabled value="">School of Arts
<option value=" Arts Management
<option value=" Ceramics
<option value=" Glass & Architectural Glass
<option value=" Jewellery & Metalsmithing
<option value=" Painting
<option value=" Printmaking
<option value=" Sculpture
<option disabled value="">-------------------------------------------<!-- <OPTGROUP LABEL="optiongroup">
<OPTION LABEL="item01">item 01</OPTION>
// -->
</select><br>
How do I differentiate between titles like Download the form, School of Computer Science and School of Arts from their sub categories. In PC we are not able to differentiate them but in Mac we are able to differentiate them as the color is different and the user knows that the title is not clickable. Are there any other way I could solve this problem.
Thank You.
dip.