具体代码如下:
<!doctype html>
<html>
<head>
<title></title>
<style>
#slides{
position:absolute
left:0px
top:0px
height:100%
width:100%
overflow:hidden
}
.slide{
position:absolute
height:600px
width:800px
opacity:0.7
background-color:rgba(0, 128, 196, 0.5) !important
background-color:#ccc
border-radius:10px
left:50%
top:50%
margin-top:-300px
box-shadow:5px 5px 5px rgba(0, 0, 0, 0.5)
transition:all 0.25s ease-in-out 0s
}
.current{
opacity:1
margin-left:-400px
}
.future{
margin-left:450px
transform: skew(-3deg) scale(0.8)
-webkit-transform: skew(-3deg) scale(0.8)
}
.post{
margin-left:-1250px
transform: skew(3deg) scale(0.8)
-webkit-transform: skew(3deg) scale(0.8)
}
.far-future{
margin-left:1200px
transition:none
方法步骤如下:1、在页面中选中想要在上面构建链接的对象(包括图片、字符、按钮……,比如以文字作为例子),然后点击工具栏上的“插入超链接”按钮
2、点击按钮之后就出现界面,选择想要链接的网页,按“确定”
备注:在打算建立链接的时候,不要选择文字,而是选择整个对象。
然后象上面第一步那样点击“插入超链接”按钮,设定超链接。