本帖最后由 html6 于 2013-4-26 23:49 编辑
是新发的,老帖子有的居中,有的不居中,有的部分居中。
http://html6game.com/thread-985-1-1.shtml
这是老帖子中的一段代码,第一个居左,下面连续图片居中。- <div class="mbn">
- <img style="cursor:pointer" id="aimg_9247" aid="9247" src="static/image/common/none.gif" onclick="zoom(this, this.getAttribute('zoomfile'), 0, 0, '0')" zoomfile="data/attachment/forum/201304/11/122700ru56yy2fi4sfpshu.jpg" file="data/attachment/forum/201304/11/122700ru56yy2fi4sfpshu.jpg.thumb.jpg" inpost="1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" />
- </div>
- <div class="tip tip_4 aimg_tip" id="aimg_9247_menu" style="position: absolute; display: none" disautofocus="true">
- <div class="xs0">
- <p><strong>017.jpg</strong> <em class="xg1">(43.34 KB, 下载次数: 27)</em></p>
- <p>
- <a href="http://html6game.com/forum.php?mod=attachment&aid=OTI0N3w4NzQ3YTZiMnwxMzY2ODE0Mjk4fDB8OTg0¬humb=yes" target="_blank">下载附件</a>
- </p>
- <p class="xg1 y">2013-4-11 12:27 上传</p>
- </div>
- <div class="tip_horn"></div>
- </div>
- </ignore_js_op>
- </p>
- <div style="text-align: center;">
- <ignore_js_op>
- <div class="mbn">
- <img style="cursor:pointer" id="aimg_9248" aid="9248" src="static/image/common/none.gif" onclick="zoom(this, this.getAttribute('zoomfile'), 0, 0, '0')" zoomfile="data/attachment/forum/201304/11/122702oiddv3539o0ottt0.jpg" file="data/attachment/forum/201304/11/122702oiddv3539o0ottt0.jpg.thumb.jpg" inpost="1" onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" />
- </div>
- <div class="tip tip_4 aimg_tip" id="aimg_9248_menu" style="position: absolute; display: none" disautofocus="true">
- <div class="xs0">
- <p><strong>018.jpg</strong> <em class="xg1">(61.12 KB, 下载次数: 27)</em></p>
- <p>
- <a href="http://html6game.com/forum.php?mod=attachment&aid=OTI0OHw0MmExMzQ5YXwxMzY2ODE0Mjk4fDB8OTg0¬humb=yes" target="_blank">下载附件</a>
- </p>
- <p class="xg1 y">2013-4-11 12:27 上传</p>
- </div>
- <div class="tip_horn"></div>
- </div>
- </ignore_js_op>
- </div>
复制代码
偶找了下原因,是图片的标签造成的,不居中是因为 <p 标签,后面米有闭合。- <p style="text-align: center;">
- <ignore_js_op>
复制代码 居中的是 <div 标签,后面闭合了。- <div style="text-align: center;">
- <ignore_js_op>
复制代码 就是不知道为什么,有的有,有的米,有的同时有 <p <div 。
|