文章分类 -  Css/Css3

摘要:style=" table-layout: fixed; word-break: break-all; word-wrap: break-word;"fixed : 固定布局的算法。在这算法中,水平布局是仅仅基于表格的宽度,表格边框的宽度,单元格间距,列的宽度,而和表格内容无关。 为了让表格布局固定住,我们需要table-layout:fixed.假设没有fixed,把你的分辨率减小到一定程度,你会发现white-space: nowrap是不会生效的。 技巧:为了使表格能够适应液态布局(liquid layout,即可伸缩性),不建议你为表格设置绝对宽度,使用相对宽度如百 阅读全文
posted @ 2012-06-29 14:13 赤脚大仙~ 阅读(11572) 评论(0) 推荐(0) 编辑
摘要:1.margin1.1 margin:1px 2px 3px(上 左右 下)1.2 margin:2px 3px(上下 左右)1.2 margin:1px 3px 2px 3px(上右下左)2.padding(同上)3.borderborder:1px red solid(border-width border-color border-style)123border-width:1px 2px 3px; //最多可用四个值,缩写规则类似盒子大小的缩写,下同border-style:solid dashed dotted groove;border-color:red blue white b 阅读全文
posted @ 2012-06-25 22:32 赤脚大仙~ 阅读(129) 评论(0) 推荐(0) 编辑

View Code
点击右上角即可分享
微信分享提示