gpt4 book ai didi

CSS 表格宽度 : something missing?

转载 作者:行者123 更新时间:2023-11-28 09:00:07 25 4
gpt4 key购买 nike

我遇到了 CSS3 问题:在我的网站上,我有一个 <DIV>其中包含一个单行两列的表格

我已经设置了百分比宽度 (CSS) 但遇到了问题。

在我的屏幕分辨率下,它的位置非常完美,但对于尺寸较大的屏幕,它会变成左边的尺寸,但我希望它位于中间。

这是直播 http://www.dbadvices.com/就在菜单下方(那里有关注我们的东西)。

最佳答案

使用这个:

<table style="margin-left: auto;margin-right: auto;">
<tbody><tr>
<td id="fbfollow" width="33%"><a href="https://www.facebook.com/dbadvices"><img src="http://www.dbadvices.com/wp-content/uploads/2014/11/FollowUs.png" alt="Follow us on Facebook"></a></td>
<td id="adfollow" width="65%"><script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- DBAdvices -->
<ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-0588760936983970" data-ad-slot="5129604783"></ins>
</td>
</tr>
</tbody>
</table>

永远记住使用这个居中对齐表格

margin-left: auto;margin-right: auto;

适用于所有分辨率。

关于CSS 表格宽度 : something missing?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26958632/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com