User Guide

942 Chapter 4: ColdFusion MX Flash Form Style Reference
Styles for cfselect with size attribute value greater than 1
The following styles apply to the cfselect tag when the size attribute is greater than 1; that is,
if the control is a list box that displays two or more options at a time:
Styles for cfcalendar tag and cfinput with dateField
type attribute
The following styles apply to the cfcalendar tag and dateField type of the cfinput tag:
Style Inh Description
alternatingRowColors Y Type: comma-delimited list of colors for rows in an alternating
pattern. Value can be a list of two or more colors.
marginBottom N Format: length; number of pixels between the bottom of the row
and the bottom of the text in the row. The default value is 0.
marginTop N Format: length; number of pixels between the top of the row and
the top of the text in the row. The default value is 0.
rollOverColor Y Format: color; color of the background when the user moves the
mouse pointer over the link. The default value is ##0EFFD6.
selectionColor Y Format: color; color of the background when the user selects the
link. The default value is ##0DFFC1.
selectionDuration N The duration of the selection animation, in milliseconds. The
default value is 250. Set to 0 to disable animation.
textRollOverColor Y Format: color; text color when the user moves the mouse pointer
over the selection. The default value is ##02B33C.
textSelectedColor Y Format: color; text color when selected. The default value is
##005F33.
Style Inh Description
headerColors Y Format: color; colors of the band at the top of the DateChooser
control. Specify two values, separated by a comma. For a solid
band, use the same color for both values. The default value is
##E6EEEE,##FFFFFF.
rollOverColor Y Format: color; color of the background when the user moves the
mouse pointer over the DateField. The default value is ##E3FFD6.
selectionColor Y Format: color; color of the background when the user selects the
DateField. The default value is ##CDFFC1.
todayColor Y Format: color; color of today’s date. The default value is
##2B333C.