Specify where to navigate when using the arrow keys:
The nav-index property specifies the sequential navigation order ("tabbing order") for an element.
| Default value: | auto |
|---|---|
| Inherited: | no |
| Animatable: | no. Read about animatable |
| Version: | CSS3 |
| JavaScript syntax: | object.style.navIndex=2 |
The nav-index property is only supported in Opera 12 and some earlier versions. This property became deprecated and obsolete in Opera 15.
| Property | |||||
|---|---|---|---|---|---|
| nav-index | 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 element's tabbing order is assigned by the browser |
| number | Indicates the tabbing order for the element. 1 means first |
| initial | Sets this property to its default value. Read about initial |
| inherit | Inherits this property from its parent element. Read about inherit |