|
热门文章 |
|
|
|
相关文章 |
|
没有相关文章 |
|
|
jQuery 图片拉伸放大效果 |
来源:源码爱好者 更新时间:2011/5/15 0:25:42 阅读次数: 我要投稿 |
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>jQuery图片拉伸放大效果代码</title> <style type"text/css"> <!-- img{width:100px; height:75px;} .con{ width:800px; height:600px;position:relative; overflow:hidden; border:1px dashed #0066CC} --> </style> <script type="text/javascript" src="http://www.cwydesign.com/effects/UploadFiles_7074/201105/2011051500283259.js"></script> </head> <body> 先点击一下图片,然后可以拖动放大 <div class="con" contentEditable=true><img src="http://www.cwydesign.com/effects/UploadFiles_7074/201008/2010081122582652.jpg" /></div> </body> </html> |
|
上一篇文章: 仿迅雷图片被动加载效果的实现下一篇文章: 带停顿的横向图片滚动效果 |
|
|