1
nijux 2014-05-13 22:22:51 +08:00 2
http://css-tricks.com/fighting-the-space-between-inline-block-elements/
#container { display: inline-block; position: relative; width: 50%; font-size:14px; } #container:after { content: ''; display: block; margin-top: 100%; } #element { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: silver; } div { margin: 0; padding: 0; } #outer { background-color: blue; font-size:0; } |
2
belin520 2014-05-13 23:33:26 +08:00 via Android
inline-block产生的
|
3
10yearsme 2014-12-05 12:28:44 +08:00
@belin520 Hi~我是广志,十年后(10years.me)的运营经理。我刚刚看到你的回答和v2ex上的其他交流,感觉和我们的技术和团队风格都挺合拍 ,希望可以聊聊。十年后是一个基于梦想的社交网络,我们想用它让年轻人的生活更有未来性,网站是去年年末上线的。我们上个月刚拿到创新谷VC百万元天使轮融资,现在在招募Web前端开发的人才。可以加我的微信lgz715314聊聊,交个朋友也不错:)
|