1.01.2012 | 9 comment
这个教程只是外貌特别的链接页面 :D
并不是像我那样不用loading的 :x
并不是像我那样不用loading的 :x
no.1代码:
#navigation {
font-size:12px;
padding: 5px;
border-radius:5px;
-webkit-transition: 1s;
}
no.2代码:
<center><div style="word-spacing: 2px; color:#ffffff; ">
- <span style="background:#A0D6FF; cursor:pointer" id="navigation" onmouseover="this.style.color='#FFFFFF',this.style.background='#666666'" onmouseout="this.style.color='#FFFFFF',this.style.background='#A0D6FF'"><a href="页面网址1">页面1</a></span>
- <span style="background:#4FB3FF; cursor:pointer" id="navigation" onmouseover="this.style.color='#FFFFFF',this.style.background='#333333'" onmouseout="this.style.color='#FFFFFF',this.style.background='#4FB3FF'"><a href="页面网址2">页面字2</a></span>
- <span style="background:#A0D6FF; cursor:pointer" id="navigation" onmouseover="this.style.color='#FFFFFF',this.style.background='#666666'" onmouseout="this.style.color='#FFFFFF',this.style.background='#A0D6FF'"><a href="页面网址3">页面字3</a></span>
- <span style="background:#4FB3FF; cursor:pointer" id="navigation" onmouseover="this.style.color='#FFFFFF',this.style.background='#333333'" onmouseout="this.style.color='#FFFFFF',this.style.background='#4FB3FF'"><a href="页面网址4">页面字4</a></span>
</div></center>
红色字是页面字的大小 .
橙色代码是链接与链接之前的字颜色代码 .
青色代码是页面背景颜色代码 .
蓝色代码是指向页面时的背景颜色代码 .
灰色字是页面显示的字 .
粉紫色字是页面网址 .
help me click nuffnang , thx ♥
橙色代码是链接与链接之前的字颜色代码 .
青色代码是页面背景颜色代码 .
蓝色代码是指向页面时的背景颜色代码 .
灰色字是页面显示的字 .
粉紫色字是页面网址 .
help me click nuffnang , thx ♥