码迷,mamicode.com
首页 >  
搜索关键字:border    ( 11131个结果
利用jquery,html5实现图片预览实时上传
html代码 小图: css代码 .progress { width:100%; height:10px; border:1px solid #ccc; marg...
分类:Web程序   时间:2014-11-02 23:55:30    阅读次数:336
html精确定位
1、offsetwidth。offsetHeight是指包含border的元素宽高。2、clientWidth。clientHeight是指不包含border的元素宽高。3、scrollWidth。scrollHeight是指内容元素包含滚动的实际宽高。4、offsetTop 是指元素距离其offs...
分类:Web程序   时间:2014-11-02 16:23:42    阅读次数:190
CSS样式:Input输入框向外发光特效
在CSS里面定义INPUT输入框的全局样式input[type=text]:focus,input[type=password]:focus,textarea:focus{transition:border linear .2s,box-shadow linear .5s;-moz-transiti...
分类:Web程序   时间:2014-11-02 13:48:01    阅读次数:484
css基础3--box module&Border
这一节总结起来就一句话:只可意会,想要在这个模型上了解的更透彻,请自行查阅相关书籍兼容:E8 及更早IE版本不支持 填充的宽度和边框的宽度属性设。 解决IE8及更早版本不兼容问题可以在HTML页面声明 即可。div{width:220px;padding:10px;border:5px solid ...
分类:Web程序   时间:2014-11-01 19:06:06    阅读次数:225
html,body { margin:0; padding:0;border:0}
body,html /* 设置窗口DIV为浏览器大小*/ { margin:0; padding:0; height:100%; }下面代码12两边会有留白=============================================...
分类:Web程序   时间:2014-11-01 18:58:47    阅读次数:451
拦截iPad进军企业市场 Surface亏损又如何?
Surface亏损又如何?" title="拦截iPad进军企业市场 Surface亏损又如何?" width="550" style="margin:0px 0px 16px; padding:0px; border:0px; list-style:none; text-align:center; text-indent:0px"> 日前,微软发布的2015财年第一财季财报显示,其Surf...
分类:其他好文   时间:2014-11-01 01:04:03    阅读次数:303
chrome,ff,IE input光标元素不能居中的问题
背景input css样式:{ height:50px;width:386px;border:0;position:absolute;top:0;left:0; padding:0px; line-height:50px;font-size:14px;.b...
分类:其他好文   时间:2014-10-31 19:00:02    阅读次数:143
table明明设置了固定值
IE真的快把我搞死了 0.0可爱的迷人的让人醉了的IE你真棒今天用表格写一个4列的表格 要实现的效果大概是这样的确实用普通浏览器都没有问题 很简单明了的一个表格嘛!用IE8以下的看就成这样子了是不是醉了 让我无从下手 后来知道 原来 要这样写!.wd-table{width:99%; border-width:thin; border-collapse:collapse; color:#50505...
分类:其他好文   时间:2014-10-31 17:28:58    阅读次数:237
每天一个JavaScript实例-检测表单数据
每天一个JavaScript实例-检测表单数据 [role="alert"]{ background-color: #fcc; font-weight: bold; padding:5px; border:1px dashed #000; } div{ margin:10px 0; padding:5px; width:400px; background-c...
分类:编程语言   时间:2014-10-31 15:48:28    阅读次数:180
发光文本框样式
.ideal-btn{ padding:1px 28px 2px; line-height:31px; background-color: #2ecc71; border: 1px solid #2ecc71; /* color: #fff;*/ padding: ...
分类:其他好文   时间:2014-10-31 11:33:37    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!