Specify where to navigate when using the arrow keys:
![]()
The nav-index property is currently supported only in Opera.
The nav-index property specifies the sequential navigation order ("tabbing order") for an element.
| Default value: | auto |
|---|---|
| Inherited: | no |
| Version: | CSS3 |
| JavaScript syntax: | object.style.navIndex=2 |
| Value | Description |
|---|---|
| auto | The element's tabbing order is assigned by the browser |
| number | Indicates the tabbing order for the element. 1 means first |
| inherit | Specifies that the value of the nav-index property should be inherited from the parent element |
Your message has been sent to W3Schools.