常规参数
文章标题:
权重:
文章摘要:
1. 文字的水平居中 将一段文字置于容器的水平中点,只要设置text-align属性即可: 代码如下: text-align:center; 2. 容器的水平居中 先为该容器设置一个明确宽度,然后将margin的水平值设为auto即可。 代码如下: div#container { width:760px; margin:0 auto;} 3. 文字
关键字:
总结 使用技巧 如下 代码 IE6 color: CSS IE red 语句
管理密码: