有的网站在写css的过程中,div剧中显示不使用margin:auto;属性可以直接在行内加个class=''lei width''实
追问:<DIV class="guide width"> 内容</DIV>汗颜!!!!没看懂提问的前提么
追问:<DIV class="guide width"> 内容</DIV>汗颜!!!!没看懂提问的前提么
答案:在样式表里面设置一下 比如:
<style>
.fl{margin:auto);
.qq{width:200px;height:200px;background:#000;}
</style>
<body>
<div class="qq fl"></div>
</body>
应该是把lei或width 设置margin:auto了,所以才剧中,不太明白你问题的意思
其他:不清楚 你说的问题 麻烦说的明白点 同样使用的是margin:0 auto来实现的,只不过他把margin:0 auto写在了样式guide,把宽度写在了width中而已,你需要好好掌握下css样式的基础知识