码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
9月23日 用DIV做下拉列表
<style type="text/css">*{ margin:0px auto; padding:0px}#xiala{ width:180px; height:33px; border:1px solid #999;text-align:center; line-height:33px; ve ...
分类:其他好文   时间:2016-09-23 13:08:42    阅读次数:109
9月23日 两个列表之间移动数据
<style type="text/css"> *{ margin:0px auto; padding:0px; font-family:微软雅黑; font-size:14px;} </style> </head> <body> <div style="width:600px; height:50 ...
分类:移动开发   时间:2016-09-23 12:51:42    阅读次数:196
9月23日 子菜单下拉
<style type="text/css">*{ margin:0px auto; padding:0px}#menu{ width:700px; height:40px; border:1px solid #999; margin-top:30px}.list{ width:100px; hei ...
分类:其他好文   时间:2016-09-23 12:44:27    阅读次数:124
DIV做下拉列表
<style type="text/css">*{ margin:0px auto; padding:0px}#xiala{ width:180px; height:33px; border:1px solid #999;text-align:center; line-height:33px; ve ...
分类:其他好文   时间:2016-09-23 12:36:31    阅读次数:104
子菜单下拉
<style type="text/css">*{ margin:0px auto; padding:0px}#menu{ width:700px; height:40px; border:1px solid #999; margin-top:30px}.list{ width:100px; hei ...
分类:其他好文   时间:2016-09-23 12:35:47    阅读次数:122
多行文本的情况下,用省略号“...”隐藏超出范围的文本
.clamp{ overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;} HTml <PRE class="brush ...
分类:其他好文   时间:2016-09-23 11:25:38    阅读次数:150
中文乱码
办法:<meta http-equiv="Content-Type" content="text/html;charset=GBK" /> html入门时常遇到一个问题,中文乱码: 在页头加上:<meta http-equiv="Content-Type" content="text/html;ch ...
分类:其他好文   时间:2016-09-23 11:17:49    阅读次数:116
Sublime Text安装Package Control
官网地址:https://packagecontrol.io/installation INSTALLATION Simple The simplest method of installation is through the Sublime Text console. The console i ...
分类:其他好文   时间:2016-09-23 11:14:45    阅读次数:132
两个列表之间移动数据
<style type="text/css"> *{ margin:0px auto; padding:0px; font-family:微软雅黑; font-size:14px;} </style> </head> <body> <div style="width:600px; height:50 ...
分类:移动开发   时间:2016-09-23 11:14:39    阅读次数:188
EasyUI Editable Tree
设置url,createUrl,updateUrl,destroyUrl,dndUrl属性来自动同步数据到服务器 url: 返回树的数据 createUrl: 当创建一个新的节点,tree将传入名为parentId即表示父节点ID的参数 updateUrl: 当更新一个节点,将传入id和text参数 ...
分类:其他好文   时间:2016-09-23 11:03:34    阅读次数:164
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!