开发者

Collapsing margins in html divs and tables

I have a html page stucture like so.

开发者_如何学Python
<div>
    <p>Header</p>
    <table>
       <!-- Lots of TR and TD elements in here -->
    </table>
    <p>Footer</p>
</div>

The <div> has a width of 500px and a margin of 25px. Most of the times, my <table> has a width of less than 500px but sometimes it is 800px. I have the <div> with style="overflow-x: scroll; overflow-y: scroll;, but when the <table> is big, I scroll to the right and my margin is gone. I tried adding the margin-right: 25px to the <table> but the table's right border has no margin.

How do I fix this?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜