一、垂直导航栏ul{
list-style-type:none;
margin:0px;
padding:0px;
}
a:link,a:visited{
text-decoration:none;
display:block;
background-color:aqua;
color:black;
width:50px;
text-align:center;
}
a:active,a:hover{
background-color:crimson;
}<!DOCTYPEhtml>..
分类:
Web程序 时间:
2016-05-14 01:14:45
阅读次数:
178