
css写法
文章平均质量分 61
思祁阁
专注前端开发
展开
-
背景图片备用色
在我们写css样式背景图的时候 通常会写一个备用色,正常写法。 background: url("a.jpg") no-repeat #ccc; 如果不写火狐自动生成 background: url("images/6.png") no-repeat scroll 0 center rgba(0, 0, 0, 0); rgba在ie8以及低于ie8的版本都无法解析,故连图片的原创 2014-02-23 12:31:16 · 940 阅读 · 0 评论 -
css table 全border
效果: 代码: .histable{ width: 709px; background:#aaa; } .histable td{ background:#FFF; height:30px; text-align: center; }原创 2014-02-23 12:59:38 · 855 阅读 · 0 评论 -
css如何写body背景图被正文盖住,body文字一直在背景特定位置,且所有浏览器位置固定
效果: 代码: *{ margin:0; padding:0 } a{ text-decoration: none; } img{ border: none; } .background{ height: 200px; position: absolute; widt原创 2014-02-23 11:51:05 · 8266 阅读 · 0 评论