The nav-index property specifies the sequential navigation order ("tabbing order") for an element.

Syntax:

selector { 

    nav-index: auto | number | initial | inherit;

}

Values:

  • auto; The default value which allows browser to determine the element tabbing.
  • number; The tabbing order of the element, with ‘1’ being first.
  • initialinherit
NOTE: The nav-properties are only supported in Opera 12 and some earlier versions (at the moment).

Example

The CSS3 navigation properties example (nav-index, nav-down, nav-up, nav-left, nav-right):

 

›› go to examples ››