1 .market-nav-arrow {2 height: 0;3 font-size: 0;4 line-height: 0;5 border-style: solid;6 ...
分类:
Web程序 时间:
2014-09-06 13:37:13
阅读次数:
192
1、尝试后的代码: a a a a a a 给标签添加属性“border:solid 1px #0f0;”的时候没有作用,给 添加 border-color:#f00的时候也没有作用 有些属性的使用应该和预先定义好的规则有关系。...
分类:
其他好文 时间:
2014-09-05 23:55:32
阅读次数:
409
select{outline: none;text-indent: 10px;height: 45px;line-height: 45px;width: 100%;border:1px solid #c0c3c8;border-radius: 5px;display: inline-block;fo...
分类:
其他好文 时间:
2014-09-04 18:37:49
阅读次数:
135
Setup-->User Preference-->display-->opengl-->staic-shapes_fill_solid打勾。可以将栅格铜皮改为实铜,Setup-->User Preference...-->display-->shape_fill-->old shape fill ...
分类:
其他好文 时间:
2014-09-03 16:30:56
阅读次数:
230
border:20px solid transparent;_border-color:tomato;_filter:chroma(color=tomato);width:0;height:0;overflow:hidden;display: inline-block;注意:当前层的背景色在IE6浏...
分类:
Web程序 时间:
2014-09-02 17:34:05
阅读次数:
152
/*map */div.location { width: 300px; height: 200px; border: 1px #f45 solid; background: #000; margin: 10px auto 0; }div.location-indicator { position....
分类:
Web程序 时间:
2014-09-02 00:11:43
阅读次数:
245
一、IE6及以下不识别a 标签外的:hover伪类,在火狐,IE7里能正确达到效果,解决办法:
.代码
#show li.s1{ border:1px solid #ff9900; background:#454242;}
#show li.s2{ border:1px solid #D9D8D8; background:#312E2E;}
...
分类:
Web程序 时间:
2014-09-01 17:46:33
阅读次数:
265
需求:自定义Button,使用系统自定义Shape;效果图:1.默认状态2.选中状态实现分析:1.目录结构:代码实现:1.button_normal.xml 2.button_select.xml solid:实心,就是填充的意思corners:圆角android:rad...
分类:
其他好文 时间:
2014-09-01 12:14:13
阅读次数:
284
/*help*/.help{ position: relative; width: 130px; height: 130px; border: 6px #fff solid; border-radius: 50%; -webkit-animation: rotation 1s ease-in...
分类:
Web程序 时间:
2014-08-31 15:48:01
阅读次数:
520
/*Typing Loader*/div.typing { width: 400px; height: 300px; margin: 20px auto 500px; border: 2px #0f0 solid; background: #000; }.typing_loader{ width: ...
分类:
Web程序 时间:
2014-08-31 00:18:30
阅读次数:
819