运行代码 缩小
梷㹷
HTML代码
复制 格式化 注释 注释 清空
放大
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
  <meta charset="UTF-8">
5
  <title> 抽屉网页 </title>
6
  <meta name="generator" content="editplus" />
7
  <meta name="author" content="孤城无缘" />
8
  <meta name="keywords" content="关键字" />
9
  <meta name="description" content="描述" />
10
  <script src="http://cdn.bootcss.com/jquery/1.12.4/jquery.min.js"></script>
11
  <style>
12
  *{margin:0px;}
13
  body{background:url("http://ku.shouce.ren/img/beijing/13.gif");
14
       background-position:center top;}
15
  #box{width:1100px;height:429px;margin:150px auto;}
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
xxxxxxxxxx
1
 
1
JS代码
复制 格式化 注释 注释 清空
放大
xxxxxxxxxx
2
 
1
$(".img").hover(function(){
2
        $(this).stop().animate({width:"789px"},1000).siblings().stop().animate({width:"100px"},1000);});
名称
抽屉式漂亮展示
分类
综合代码
描述
收藏