ExampleSpecify where to navigate when using the arrow-left and arrow-right navigation keys:
|
The nav-right property is not supported in any of the major browsers.
The nav-right property specifies where to navigate when using the arrow-right navigation key.
Default value: | auto |
---|---|
Inherited: | no |
Version: | CSS3 |
JavaScript syntax: | object.style.navRight="#div2" |
nav-right: auto|id|target-name|inherit; |
Value | Description |
---|---|
auto | The browser determines which element to navigate to |
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-down property should be inherited from the parent element |