View Single Post
  #2 (permalink)  
Old 04-15-2005, 03:11 PM
ADAM Web Design's Avatar
ADAM Web Design ADAM Web Design is offline
WebProWorld 1,000+ Club
 
Join Date: Dec 2003
Location: Toronto, Ontario, Canada
Posts: 2,181
ADAM Web Design RepRank 1
Default

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.
Reply With Quote