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: Closed Points: 125 Time: 04:02 - Sep 26, 2007
mary2
I am creating a list in a select tag and I want to change the font for the text which will be displayed within the options, just for one option. Is there a way to accomplish this? Example: <select multiple size='5'> <option>Text <option>Text <option>Text <------ I want to change the color of that text <option>Text <option>Text </select>
Categories:
Add Categories
When adding more than one category, separate them with commas.
rcastagna
Date:: Oct 10, 2007
Time:: 07:22
John, It looks like you can do this a couple of different ways. Check out the code sample below: <html> <head> <style> .red { color: red; font-size: 2em; } </style> </head> <body> <select multiple size='5'> <option>Text 1</option> <option>Text 2</option> <option class="red">Text 3</option> <option>Text 4</option> <option style="color: blue; font-weight: bold;">Text 5</option> </select> </body> </html> Let me know if this helps...
Time:: 07:27
Castagna...You are a genius. It worked great. J
sivarampratapa
Date:: Apr 30, 2008
Time:: 16:04
what if i just want to change the color of '4' in this option <option>Text 4</option> can anyone please suggest ?
sandeepkumar
Date:: Aug 24, 2009
Time:: 05:52
yes It looks like you can do this a couple of different ways. Check out the code sample below: <select> <option>Text</option> <option>Text</option> <option style="color:#FF0000; font:normal 12px Verdana, Arial, Helvetica, sans-serif; text-decoration:none;">Text <!--I want to change the size of that text--> </option> <option>Text</option> <option>Text</option> </select >
Question Answered
This question has been closed, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.
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 size for an option within a SELECT tag in HTML?
what if i just want to change the color of '4' in this option <option>Text 4<...
I want to change the color of the partial text in a HTML select option
You have 100 characters to use
Rank
Expert
Points
1.
10354
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