CSS3 nav-right 屬性
實(shí)例
指定導(dǎo)航使用向左箭頭和右箭頭導(dǎo)航鍵:
button#b1
{
top:20%;left:25%;
nav-index:1;
nav-right:#b2;nav-left:#b4;
nav-down:#b2;nav-up:#b4;
}
button#b2
{
top:40%;left:50%;
nav-index:2;
nav-right:#b3;nav-left:#b1;
nav-down:#b3;nav-up:#b1;
}
button#b3
{
top:70%;left:25%;
nav-index:3;
nav-right:#b4;nav-left:#b2;
nav-down:#b4;nav-up:#b2;
}
button#b4
{
top:40%;left:0%;
nav-index:4;
nav-right:#b1;nav-left:#b3;
nav-down:#b1;nav-up:#b3;
}
{
top:20%;left:25%;
nav-index:1;
nav-right:#b2;nav-left:#b4;
nav-down:#b2;nav-up:#b4;
}
button#b2
{
top:40%;left:50%;
nav-index:2;
nav-right:#b3;nav-left:#b1;
nav-down:#b3;nav-up:#b1;
}
button#b3
{
top:70%;left:25%;
nav-index:3;
nav-right:#b4;nav-left:#b2;
nav-down:#b4;nav-up:#b2;
}
button#b4
{
top:40%;left:0%;
nav-index:4;
nav-right:#b1;nav-left:#b3;
nav-down:#b1;nav-up:#b3;
}
嘗試一下 ?
瀏覽器支持
表格中的數(shù)字表示支持該屬性的第一個(gè)瀏覽器版本號(hào)。
緊跟在 -webkit-, -ms- 或 -moz- 前的數(shù)字為支持該前綴屬性的第一個(gè)瀏覽器版本號(hào)。
屬性 | |||||
---|---|---|---|---|---|
nav-right | 不兼容 | 不兼容 | 不兼容 | 不兼容 | Supported in Opera 11.5-12. 不兼容于更新版本的瀏覽器 |
屬性定義及使用說明
nav-right的屬性指定使用箭頭向右導(dǎo)航鍵導(dǎo)航。
默認(rèn)值: | auto |
---|---|
繼承: | no |
版本: | CSS3 |
JavaScript 語法: | object.style.navRight=2 |
語法
nav-index: auto|number|inherit;
值 | 說明 |
---|---|
auto | 瀏覽器將決定哪個(gè)元素導(dǎo)航 |
id | 指定導(dǎo)航到該元素的ID |
target-name | 指定導(dǎo)航到目標(biāo)幀 |
inherit | 指定nav-right屬性的值,應(yīng)該從父元素繼承 |
更多建議: