zoukankan      html  css  js  c++  java
  • 简易的JavaScript图片分割代码

    代码简介:

    JavaScript简易图片分割,不能拖动分割,指定区域分割,还不清楚怎么玩,有兴趣的朋友可以研究研究。

    代码内容:

    View Code
    <html xmlns:(null)0="http://www.w3.org/TR/REC-html40">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>简易的JavaScript图片分割代码 - www.webdm.cn</title>
    <!--[if gte mso 9]>
    <xml><o:shapedefaults v:ext="edit" spidmax="1027"/>
    </xml><![endif]
    -->
    </head>
    <body>
    <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns="#" xmlns:(null)0="http://www.w3.org/TR/REC-html40">
    <head>
    <style>
    v\:* 
    {behavior:url(#default#VML);}
    .shape 
    {behavior:url(#default#VML);}
    </style>
    </head>
    <!--[if gte vml 1]><v:oval id="_x0000_s1025"
     style='120pt;height:90pt'>
     <v:fill src="http://www.webdm.cn/themes/pic/webdm_logo.gif" type="frame"/>
    </v:oval><![endif]
    --><![if !vml]><img border=0 width=162 height=80
    src="http://www.webdm.cn/themes/pic/webdm_logo.gif" v:shapes="_x0000_s1025"/><![endif]>原图片:
    <img border="0" src="http://www.webdm.cn/themes/pic/webdm_logo.gif" width="206" height="188" />
    </body>
    </html>
    <br />
    <p><href="http://www.webdm.cn">网页代码站</a> - 最专业的网页代码下载网站 - 致力为中国站长提供有质量的网页代码!</p>
    代码来自:http://www.webdm.cn/webcode/69ec132b-1f32-4253-bf1e-065f7b76b310.html
  • 相关阅读:
    数据结构 链表笔记
    C语言 字符串操作 笔记
    数据结构 排序算法 笔记
    链表详解
    mysql常用命令
    图片压缩工具之grunt-contrib-imagemin
    正则表达式
    阿里云部署nodejs服务器(windows)
    canvas简介
    js面向对象
  • 原文地址:https://www.cnblogs.com/webdm/p/2171163.html
Copyright © 2011-2022 走看看