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
  • 相关阅读:
    算法----递归
    函数调用栈、任务队列、事件轮询、宏任务、微任务
    苹果浏览器和ios中,时间字符串转换问题
    npm 命令行基本操作
    一些积累(做阿里笔试题)……
    CSS reset
    一些正则表达式的实例,供参考使用
    不同浏览器获取不同高与宽的方法
    盒子模型
    CSS中的字体样式和文本样式
  • 原文地址:https://www.cnblogs.com/webdm/p/2171163.html
Copyright © 2011-2022 走看看