最新回答 / kelleyq7
filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);IE支持透明度属性
2017-06-24
最新回答 / 1262485655
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>border实现等高布局</title> <style type="text/css"> .clearfix:before, .clearfix:after{ display: table; content: " "; } .clearfix:after{ clear: both; } ...
2017-05-17
最新回答 / weixin_慕沐8485017
li a{ display: block; width: 100px; height: 80px; border: 1px solid; box-sizing: border-box; position: relative; } a:before{ content: ""; width: 60px; height: 60px; border-top: 10...
2017-05-07
最新回答 / qq_北港初晴_0
background-position定位右侧定位时 border-right:; 是对右边缘设置的如果是对背景图片设置的,那么背景图片是有border属性的,只是透明化而已,他还存在呢。如果是给背景图片加了div盒子,那么background-position对这个div的定位应该是起作用的吧我的看法而已,有什么问题多多交流。
2017-04-23