![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Do you mean a combo box (in other words, the control rendered by a form's <select> and <option> tags)? If so, CSS may be your best bet. You can create styles via Dreamweaver's interface or on your own (they're just text files, like HTML). You can create an element selector that bolds all option> tags or a class selector that styles specifiy <option> tags -- in which case you'd have to apply the style individually to the <option> tags you desire. Doing that will put a class attribute into those tags (<option class="myBoldStyle">). David stiller ( at ) quip ( dot ) net |
#4
| |||
| |||
|
|
Actually, I meant: I have a form. In that form, I have a drop down list of options. Those options have explanatory text; i.e: Option One: Red I would like the text "Option One" to be bold. Any ideas anyone? "David Stiller" <stiller-NO-SPAM- (AT) quip (DOT) net> wrote in message news:cmtfeb$jeh$1 (AT) forums (DOT) macromedia.com... Do you mean a combo box (in other words, the control rendered by a form's <select> and <option> tags)? If so, CSS may be your best bet. You can create styles via Dreamweaver's interface or on your own (they're just text files, like HTML). You can create an element selector that bolds all option> tags or a class selector that styles specifiy <option> tags -- in which case you'd have to apply the style individually to the <option tags you desire. Doing that will put a class attribute into those tags (<option class="myBoldStyle">). David stiller ( at ) quip ( dot ) net |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Murray, Sure she can ... using classes. Unless I still don't understand what "drop down list of options" means. (Not a <select>/<option> block?) David stiller ( at ) quip ( dot ) net |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Aha. Thought she meant Option One bold, Option Two italic, Option three green, etc. Stand under ya completely now. David stiller ( at ) quip ( dot ) net |
#9
| |||
| |||
|
|
Murray, Sure she can ... using classes. Unless I still don't understand what "drop down list of options" means. (Not a <select>/<option> block?) David stiller ( at ) quip ( dot ) net |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |