Tag Archives: Highslide

网页增加Highslide的图片浏览(放大、缩小)效果

pop:自己测试了一下还很不错。。 Highslide下载: http://www.uudisc.com/user/pop3067/file/1764853 http://115.com/file/bh0qw2yz http://projects.jesseheap.com/downloads/highslide-wordpress/wp-highslide.zip 修改方法: 1、将下载到的Highslide文件放到网站目录下 2、在网页头部添加下面这段代码: <script type="text/javascript" src="highslide/highslide.js"></script> <script type="text/javascript"> hs.registerOverlay(        {            thumbnailId: null,            overlayId: 'controlbar',            position: 'top right',            hideOnMouseOut: true        }    );       hs.graphicsDir = 'highslide/graphics/';    hs.outlineType … Continue reading

Posted in Technology | Tagged , | Leave a comment