Easy Tutorial
❮ Sel Target Css3 Pr Column Count ❯

CSS3 nav-right Property

Example

Specify navigation using left and right arrow navigation keys:


Browser Support

The numbers in the table indicate the first browser version that supports the property.

The numbers preceding -webkit-, -ms-, or -moz- indicate the first browser version that supports the prefixed property.

Property
nav-right Incompatible Incompatible Incompatible Incompatible Supported in Opera 11.5-12. <br> Incompatible with newer browser versions

Property Definition and Usage

The nav-right property specifies navigation using the right arrow navigation key.

Default value: auto
Inherited: no
--- ---
Version: CSS3
--- ---
JavaScript syntax: object.style.navRight=2
--- ---

Syntax

Value Description
auto The browser will decide which element to navigate
id Specifies the ID of the element to navigate to
target-name Specifies the target frame to navigate to
inherit Specifies that the value of the nav-right property should be inherited from the parent element
❮ Sel Target Css3 Pr Column Count ❯