zoukankan      html  css  js  c++  java
  • [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

  • 相关阅读:
    1>/dev/null 2>&1的含义
    rpm常用命令及rpm参数介绍
    linux按位运算
    关于比较运算符的一个例子
    js屏蔽效果
    jquery异步提交无刷新
    常用js验证
    获取输入字符的首字母(中文为拼音首字母)
    SQL查询合并字符串
    获取鼠标点击的坐标处理
  • 原文地址:https://www.cnblogs.com/webapplee/p/3771945.html
Copyright © 2011-2022 走看看