复制代码代码如下:

dl {

position:absolute;

width:389px;

height:154px;

border:10px solid #eee;

}

dd {

margin:0;

width:389px;

height:154px;

overflow:hidden;

}

img {

border:1px solid black

}

dt {

position:absolute;

right:3px;

top:50px;

}

a {

display:block;

margin:1px;

width:20px;

height:20px;

text-align:center;

font:700 12px/20px "宋体",sans-serif;

color:#fff;

text-decoration:none;

background:#666;

border:1px solid #fff;

filter:alpha(opacity=40);

opacity:.4;

}

a:hover {

background:#000

}

1 2 3

更多推荐

html点击翻页,css实现点击滚动翻页的效果(无js)