css 牛人blog

摘要: http://cage.8cuo.org/?p=63 阅读全文
posted @ 2012-07-18 16:37 imihiro 阅读(151) 评论(0) 推荐(0)

css height

摘要: 一、height原文链接:http://www.divcss5.com/>设置高度(像素)>高度自适应>高度固定,隐藏超出的内容(1)//未提用百分比设置.clsTest{height:50px;}<div class="clsTest">Text for Test</div>(2) height:auto (或者不设置height属性)(3) height:50px; overflow:hidden;二、width>百分比设置宽度>宽度上限(max-width)三、border (边框)border-style:sol 阅读全文
posted @ 2012-07-18 11:32 imihiro 阅读(172) 评论(0) 推荐(0)