CSS3 nav-left property


Specify that navigation uses left and right arrow navigation keys:

button#b1
{
top:20%;left:25%;
nav-index:1;
nav-right:#b2;nav-left:#b4;
nav-down:#b2;nav-up:#b4;
}

button#b2
{
top:40%;left:50%;
nav-index:2;
nav-right:#b3;nav-left:#b1;
nav-down:#b3;nav-up:#b1;
}

button#b3
{
top:70%;left:25%;
nav-index:3;
nav-right:#b4;nav-left:#b2;
nav-down:#b4;nav-up:#b2;
}

button#b4
{
top:40%;left:0%;
nav-index:4;
nav-right:#b1;nav-left:#b3;
nav-down:#b1;nav-up:#b3;
}

Try it out . . .

Browser support

The numbers in the table support the first browser version number of the property.

The number immediately before -webkit-, -ms- or -moz- is the first browser version number that supports the prefix property.

Attributes
nav-right Incompatible Incompatible Incompatible Incompatible Supported in Opera 11.5-12.
Not compatible with updated version of browser

Description of property definition and use

The properties of nav-left specify the use of arrows to navigate to the left navigation key.

Default: auto
Inherited: no
Version: CSS3
JavaScript syntax: object .style.navLeft="#div2"


Grammar

nav-left: auto| id | target-name |inherit;

Value Description
auto The browser will decide which element navigates
Id Specifies the ID that navigates to the element
target-name Specify to navigate to the target frame
inherit Specify the value of the nav-left property, which should be inherited from the parent element