Specify where to navigate when using the arrow keys:
The nav-down property specifies where to navigate when using the arrow-down navigation key.
| Default value: | auto |
|---|---|
| Inherited: | no |
| Animatable: | no. Read about animatable |
| Version: | CSS3 |
| JavaScript syntax: | object.style.navDown="#div2" |
The nav-down property is only supported in Opera 12 and some earlier versions. This property became deprecated and obsolete in Opera 15.
| Property | |||||
|---|---|---|---|---|---|
| nav-down | Not supported | Not supported | Not supported | Not supported | Supported in Opera 11.5-12. Not supported in newer versions |
| Value | Description |
|---|---|
| auto | Default value. 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 |
| initial | Sets this property to its default value. Read about initial |
| inherit | Inherits this property from its parent element. Read about inherit |