将元素宽度指定为像素百分比的方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将元素宽度指定为像素百分比的方法相关的知识,希望对你有一定的参考价值。
/* Based on Stu Nicols demo at http://www.cssplay.co.uk/boxes/outside.html Set the percentage width on the out element and the extra pixels-based width extension on the inner using negative margins */ .outside { position: relative; width: 25%; background: #9caf9c; color: #fff; margin: 1em auto; } .inside { display: block; position: relative; color: #000; margin: 0 -50px; background: #c4c4c4; color: #000; }
以上是关于将元素宽度指定为像素百分比的方法的主要内容,如果未能解决你的问题,请参考以下文章