实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
AخA
 
1
<!DOCTYPE html>
2
<html lang="zh-CN">
3
<head>
4
<meta charset="utf-8">
5
<title>jQuery幻灯片插件ResponsiveSlides.js演示-回调函数_手册网</title>
6
<link rel="stylesheet" href="/api/jq/5733e333c6203/css/responsiveslides.css">
7
<style>
8
* { margin: 0; padding: 0;}
9
.wrap { position: relative; width: 900px; margin: 0 auto;}
10
.centered-btns_nav { position: absolute; top: 50%; z-index: 2; width: 38px; height: 61px; margin-top: -40px; line-height: 200px; background-image: url(/api/jq/5733e333c6203/images/arrow.gif); overflow: hidden; opacity: .7;}
11
.next { right: 0; background-position: right 0;}
12
.centered-btns_nav:active { opacity: 1;}
13
.centered-btns_tabs { margin-top: 15px; text-align: center; font-size: 0; list-style-type: none;}
14
.centered-btns_tabs li { display: inline-block; margin: 0 3px; *display: inline; *zoom: 1;}
15
.centered-btns_tabs a { display: inline-block; width: 9px; height: 9px; border-radius: 50%; line-height: 20px; background-color: rgba(0, 0, 0, .3); background-color: #ccc\9; *display: inline; *zoom: 1; overflow: hidden;}
16
.centered-btns_tabs .centered-btns_here a { background-color: rgba(0, 0, 0, .8); background-color: #666\9;}
17
.callback { margin-top: 20px; color: #f50; text-align: center;}
18
.callback em { font-style: normal;}
19
</style>
20
</head>
21
<body>
22
<h1>回调函数</h1>