这是代码:http://jsfiddle.net/uE6x4/
<div > A hella lot of lorem ipsum text goes here to test the freakin' trapezoID!</div>.trapezoID { height: 0; wIDth: 80px; border-bottom: 80px solID blue; border-left: 40px solID transparent;}解决方法 不要将div的初始高度设置为0,这样就可以确定div的客户端高度并指定边框宽度.然后将高度设置为0:
.trapezoID { wIDth: 80px; border-bottom: 80px solID blue; border-left: 40px solID transparent;}document.getElementByID('xMydiv').style.borderBottomWIDth = document.getElementByID('xMydiv').clIEntHeight + 'px';document.getElementByID('xMydiv').style.height = '0px';
这是工作小提琴:http://jsfiddle.net/uE6x4/4/
总结以上是内存溢出为你收集整理的html – css形状内的随机文本全部内容,希望文章能够帮你解决html – css形状内的随机文本所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)