摘要: 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) 编辑