随笔分类 -  jquery

摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>滚动切换</title> 5 <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script> 6 <style type="text/css"> 7 body, h1, h2, h3, h4, h5, h6, blockquote, p, 阅读全文
posted @ 2012-06-12 01:20 前端咖 阅读(238) 评论(0) 推荐(0) 编辑
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title></title> 5 <style type="text/css"> 6 body 7 { 8 text-align: center; 9 } 10 * 11 { 12 margin: 0; 13 padding: 0; 14 border: none; 15 } 16 ... 阅读全文
posted @ 2012-06-05 00:15 前端咖 阅读(1123) 评论(0) 推荐(0) 编辑
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>焦点图</title> 5 <style type="text/css"> 6 *{margin: 0px;padding: 0px;} 7 ul, dl{list-style: none;} 8 #mFocus{width: 500px;height: 300px;position: relative;overflow: hidden;} 9 #mFocus div{position: absolute;... 阅读全文
posted @ 2012-06-04 00:03 前端咖 阅读(909) 评论(0) 推荐(0) 编辑