[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

 

posted @ 2014-06-06 10:01  It's_Lee  阅读(675)  评论(0编辑  收藏  举报