摘要:
制作效果: 制作模型: 阅读全文
posted @ 2017-05-04 11:04
yimian
阅读(1091)
评论(0)
推荐(0)
摘要:
overflow:hidden的作用 overflow:hidden的作用 功能1、隐藏溢出 在IE6下,当子容器的宽高超出父容器时,父容器就会被撑开来。 要想解决这个问题,在父容器中除定义宽和高的值以外,还必须写overflow:hidden,这样就能把子容器的其它内容隐藏。 但是在火狐或者其他浏 阅读全文
posted @ 2017-05-04 10:21
yimian
阅读(749)
评论(0)
推荐(0)
摘要:
padding ,margin标记可以带一个、二个、三个、四个参数,各有不同的含义 margin: 20px;(上、下、左、右各20px。) margin: 20px 40px;(上、下20px;左、右40px。) margin: 20px 40px 60px;(上20px;左、右40px;下60p 阅读全文
posted @ 2017-05-04 09:45
yimian
阅读(274)
评论(0)
推荐(0)