• [HTML5]3D标签云


    index.html

     <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>3D标签云</title> <link rel="stylesheet" type="text/css" href="http://webapplee-wordpress.stor.sinaapp.com/uploads/2013/05/style_3d.css" /> <script type="text/javascript" src="http://webapplee-wordpress.stor.sinaapp.com/uploads/2013/05/3D-Tags.js" > </script> </head> <body> <div id="div1"> <a href="http://webapplee.sinaapp.com/?cat=3" target="_blank" class="black"> Android开发</a> <a href="http://webapplee.sinaapp.com/?cat=9" target="_blank" class="red"> Bug树</a> <a href="http://webapplee.sinaapp.com/?cat=5" target="_blank" class="blue"> EnglishWorld</a> <a href="http://webapplee.sinaapp.com/?cat=4" target="_blank" class="orange"> HTML5开发</a> <a href="http://webapplee.sinaapp.com/?cat=6" target="_blank" class="pink"> Java学习</a> <a href="http://webapplee.sinaapp.com/?cat=15" target="_blank" class="purple"> JS速成</a> <a href="http://webapplee.sinaapp.com/?cat=11" target="_blank" class="green"> Log记录与分析</a> <a href="http://webapplee.sinaapp.com/?cat=13" target="_blank" class="black"> 英语口语学习</a> <a href="http://webapplee.sinaapp.com/?cat=8" target="_blank" class="red"> 转篇之LinuxUbuntu</a> <a href="http://webapplee.sinaapp.com/?cat=16" target="_blank" class="blue"> 课外阅读</a> <a href="http://webapplee.sinaapp.com/?cat=17" target="_blank" class="orange"> GoodboyStyle</a> </div> </body> </html> 

    CSS样式表:style_3d.css
    JS文件:3D-Tags.js

  • 相关阅读:
    转 Java中wait和sleep方法的区别
    linux 中常用安装配置
    php 图片压缩
    利用 jQuery-photoClip插件 实现移动端裁剪功能并以Blob对象上传
    phpStudy for Linux (lnmp+lamp一键安装包)
    js图片实现延迟加载
    杂项
    正则表达式
    sublime text 3 中 SFTP插件 的 配置
    如何解决PHP生成UTF-8编码的CSV文件用Excel打开乱码的问题
  • 原文地址:https://www.cnblogs.com/webapplee/p/3771945.html
Copyright © 2020-2023  润新知