Sets or retrieves the background color for the selected table row when using the rowover behavior.
Syntax
HTML { ro--selected-background: sColor } Scripting [ sColor = ] oTable.style.roSelectedBackground
Possible Values
sColor Any of the range of values specified in the Color Table. The property is read/write with a default value of navy; the cascading style sheets (CSS) attribute is inherited.
Remarks
The roSelectedBackground property specifies the color of the table row when it is selected. Using the rowover behavior, clicking on table rows selects the contents for all the cells. To use this property, the selectable property must be enabled by setting the possible value 1.
The ro--selected-background attribute is available only to objects participating in the rowover behavior.
Applies To
rowover