ホーム HTML CSS XML JAVASCRIPT   PHP SQL MORE...   リファレンス 事例集    

CSS3 nav-index プロパティ

CSS3 Reference 完全な CSS3 リファレンス

Specify the tabbing order of two buttons:

button#b1
{
nav-index:1;
}

button#b2
{
nav-index:2;
}


ブラウザ・サポート

Internet Explorer Firefox Opera Google Chrome Safari

nav-index プロパティをサポートしているブラウザはありません。


定義と用法

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

デフォルト値: auto
継承: no
バージョン: CSS3
JavaScript構文: object.style.navIndex=2


構文

nav-index: auto|number|inherit;

説明
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


CSS3 Reference 完全な CSS3 リファレンス