ExampleSpecify where to navigate when using the arrow-down and arrow-up navigation keys:
|
The nav-up property is not supported in any of the major browsers.
The nav-up property specifies where to navigate when using the arrow-up navigation key.
Default value: | auto |
---|---|
Inherited: | no |
Version: | CSS3 |
JavaScript syntax: | object.style.navUp="#div2" |
nav-up: 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 |