Styles for cfselect with size attribute value of 1
The following styles apply to the cfselect tag
when the size attribute is 1; that is, if the control
displays one option at a time, with a drop-down list (also known
as a combobox):
Style
|
Inh
|
Description
|
alternatingRowColors
|
Y
|
Format: comma delimited list of colors for
rows in an alternating pattern. Value can be a list of two or more
colors. Use only if you do not specify a backgroundColor style.
|
closeDuration
|
N
|
Time to close the drop-down list, in milliseconds.
The default value is 250.
|
openDuration
|
N
|
Time to close the drop-down list, in milliseconds.
The default value is 250.
|
rollOverColor
|
Y
|
Format: color; color of the background when
the user rolls over an item. The default value is ##0EFFD6.
|
selectionColor
|
Y
|
Format: color; color of the background when
the user selects an item. The default value is ##0DFFC1.
|