Thread
:
Bold text in a drop down menu for a form
View Single Post
#
2
(
permalink
)
04-15-2005, 03:11 PM
ADAM Web Design
WebProWorld 1,000+ Club
Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,181
It is, using CSS. Put the following in your style sheet:
Code:
.special { font-weight: bold; }
Then, for each special you have, do the following:
Code:
<option class="special">Special Sale</option>
And you should be good to go from there.
__________________
Toronto Web Design
|
Search Engine Friendly, Standards-Compliant Layouts
|
Walk on my Path
(my blog)
ADAM Web Design
View Public Profile
Send a private message to ADAM Web Design
Find all posts by ADAM Web Design