语法:Object.style.background=background-color background-imagebackground-repeat background-attachment background-position参数描述值background-color设置元素的背景色。c...
分类:
其他好文 时间:
2014-09-10 21:04:21
阅读次数:
276
语法:background-position : length || lengthbackground-position : position || position取值:length : 百分数 | 由浮点数字和单位标识符组成的长度值。请参阅 长度单位position : top | cent...
分类:
其他好文 时间:
2014-09-10 14:08:40
阅读次数:
204
中秋节快乐啊。。。 .a-btn{ display:block; position:relative; width:300px; margin:30px auto; height:40px; line-height:40px; border:2px ridge #fff; color:#fff; t...
分类:
其他好文 时间:
2014-09-10 14:00:10
阅读次数:
176
解决方案:一、添加背景background:#f00;兼容所有浏览器的透明度:filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5; opacity:0.5; 二、把hover改为mouseover和mouseout来使用。
分类:
Web程序 时间:
2014-09-10 12:04:30
阅读次数:
200