Jump to content

Option tag?


Devine

Recommended Posts

Ok so I want it to show text to seperate certain options.. this would be the drop down list:

 

OPTIONS 1
option 1
option 2
option 3
OPTIONS 2
option 1
option 2
OPTIONS 3
option 1
option 2
option 3

 

I want to make it so the capitalized "options" cannot be chosen in the select field.. I know its possible, any help?

Link to comment
Share on other sites

I'm using this and later when proceeding form check wheter is foo not empty.

It's because IE users are still able to select disabled option.

<select name="foo" onchange="if(this.value=='')this.value=1;">
<option value="1">Option 1
<option disabled value="" style="color: gray">Option 2
<option value="2">Option 3
</select>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.