css如何实现点击滚动翻页的效果(无javascript)

只有经受过冰霜的人,才会领悟太阳的温暖,只有饱尝人生艰辛的人,才会懂得生命的可贵。早安!
复制代码
代码如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
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
}
</style>
</head>
<body>
<dl>
<dt><a rel="nofollow noopener noreferrer" href="#a" title="">1</a><a rel="nofollow noopener noreferrer" href="#b" title="">2</a><a rel="nofollow noopener noreferrer" href="#c" title="">3</a></dt>
<dd>
<img src="/uploadfile/200806/17/86181645617.jpg" alt="" title="" id="a" />
<img src="/uploadfile/200806/17/61181646102.jpg" alt="" title="" id="b" />
<img src="/uploadfile/200806/17/D9181646550.jpg" alt="" title="" id="c" />
</dd>
</dl>
</body>
</html>

本文css如何实现点击滚动翻页的效果(无javascript)到此结束。一切伟大的行动和思想,都有一个微不足道的开始。小编再次感谢大家对我们的支持!

您可能有感兴趣的文章
css3如何实现书本翻页效果的示例代码

如何使用纯CSS如何实现书籍3D翻页效果的示例

CSS3 制作的书本翻页特效

css让页脚保持在底部位置的四种方案

CSS如何使用Flex和Grid布局如何实现3D骰子