博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
dtree
阅读量:6338 次
发布时间:2019-06-22

本文共 1751 字,大约阅读时间需要 5 分钟。

hot3.png

1.dtree

1.1 dtree.css

/*--------------------------------------------------|| dTree 2.05 | www.destroydrop.com/javascript/tree/ ||---------------------------------------------------|| Copyright (c) 2002-2003 Geir Landr?               ||--------------------------------------------------*/.dtree {    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;    font-size: 15px;    color: #666;    white-space: nowrap;}.dtree img {    border: 0;    vertical-align: middle;    outline-style: none;    width: 19px;    height: 19px;}.dtree a {    color: #333;    text-decoration: none;    outline-style: none;}.dtree a:visited {    color: #333;    text-decoration: none;    outline-style: none;}.dtree a.node, .dtree a.nodeSel {    white-space: nowrap;    padding: 1px 2px 1px 2px;    outline-style: none;}.dtree a.node:hover, .dtree a.nodeSel:hover {    color: #333;    text-decoration: underline;    outline-style: none;}.dtree a.nodeSel {    background-color: #c0d2ec;    outline-style: none;}.dtree .clip {    overflow: hidden;}

1.2 dtree.js

1.3 img(文件夹)

113946_fquH_3429289.gif  base.gif

 

114021_p8KK_3429289.gif   folder.gif

 

114042_GuKI_3429289.gif  folderopen.gif

114242_eNZ7_3429289.jpg  search.jpg

 

2.index.html

 New Document 
 
 
 
 

 

说明:

上面贴出的html为dtree的用法,贴出的图片为树形结构的图片,可替换原"文件夹"式的菜单

此处对最下面的代码进行补充

                    

贴出图片

115146_IuGP_3429289.gif  jao.gif

115302_Q9PC_3429289.gif  jiao1.gif

光看图片看不出效果,但是上一串tr的最终显示效果如截图

115417_sTDk_3429289.png

115432_3jpp_3429289.png

转载于:https://my.oschina.net/u/3429289/blog/955235

你可能感兴趣的文章
一键安装最新内核并开启 BBR 脚本
查看>>
C# 绘制图表(柱状图,线性图,饼状图)
查看>>
.NET中使用Redis
查看>>
PHP 页面跳转的三种方式
查看>>
Juniper总结
查看>>
屏蔽scrollview的滚动
查看>>
面试题目3:智能指针
查看>>
取消凭证分解 (取消公司下的多个利润中心)
查看>>
flask ORM: Flask-SQLAlchemy【单表】增删改查
查看>>
Oracle 查询类似 select top 的用法
查看>>
vim 常用指令
查看>>
nodejs 获取自己的ip
查看>>
Nest.js 处理错误
查看>>
当当网上书店头部和尾部——JS源码
查看>>
MD5的安全性
查看>>
你好,C++(16)用表达式表达我们的设计意图——4.1 用操作符对数据进行运算...
查看>>
[转] Mac下 快速写博客的软件 MarsEdit
查看>>
Unity的赛车游戏实现思路
查看>>
[Android UI] Shape详解 (GradientDrawable)
查看>>
边学边体验django--HttpRequest 对象
查看>>