Select Categories Below
Advertisement
Start Your Own Q&A Site
Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.
Status: Open Points: 75 Time: 16:48 - Apr 30, 2008
sivarampratapa
how do I change the color of only a part of the text in the following select list i.e change text color 'boy is blue' to blue and change text color 'girl is pink' to pink <select name="test"> <option>boy is blue girl is pink</option> </select>
Categories:
Add Categories
When adding more than one category, separate them with commas.
aion4000
Date:: Aug 24, 2009
Time:: 09:24
You can use CSS for this Example: .blue { color = blue; } .pink { color = pink; } These are the css classes you want to use. as for the html: <select name="test"> <option><span class="blue">boy is blue</span> <span class="Pink">girl is pink</span></option> Greetz Hyori </select>
rcastagna
Time:: 09:48
Give this a try... <select name="text"> <option style="color: blue;">boy is blue</option> <option style="color: pink;">girl is pink</option> </select> You'll want to adjust the "color:" to the HEX or RGB values to suit your taste, but that should take care of your problem. If you have any further questions, please post them to the forum or look me up online at http://www.castagna.net
admin
Date:: Nov 27, 2009
Time:: 09:15
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points. The Quomon Team
Answer this Question
New User
Email:
Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address
Registered User
Username:
Password:
Forgot Your Password?
Enter your email address below and we will resend your login information to you.
Login Information Sent
Questions
How do I change the font color for an option within a SELECT tag in HTML?
I want to change tha arrow of a select dropdown box (the one in blue on the r...
Change the background color of selected option in a multi select combo box in...
You have 100 characters to use
Rank
Expert
Points
1.
10279
2.
6493
3.
5596
4.
4848
5.
3487
6.
2840
7.
2770
8.
2303
9.
1820
10.
917
Register today to share your knowledge with the community and be recognized and rewarded for your contributions.
Register Here
"Psst, Quomon is a great site. Pass it on." Tell a Friend | Link To Us | Save to Delicious | Digg it
Language Options
English:
Español:
Sponsors
Questions and Answers Software