ro--selected-color Attribute | roSelectedColor Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Sets or retrieves the text color for the selected table row when using the rowover behavior.

Syntax

CSS { ro--selected-color : sColor }
Scripting [ sColor = ] rowover.style.roSelectedColor

Possible Values

sColor String that specifies or receives any of the range of values specified in the Color Table.
white
Default. The text color for the selected table row.

The property is read/write. The property has a default value of white. The Cascading Style Sheets (CSS) attribute is inherited.

Remarks

The roSelectedColor property specifies the color of text in a table row when the row 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 to 1.

The ro--selected-color attribute is available only to objects participating in the rowover behavior.

Applies To

rowover