国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

javascript - 為何margin:auto auto 不能上下左右對齊?

瀏覽:125日期:2023-06-16 08:40:44

問題描述

一個html中只有一個p。

<p class='test'></p>css1:.test{ width:200px; height:200px; border:1px solid red; margin:0 auto; }

css1可以使p.test左右居中。

css2:

.test{ width:200px; height:200px; border:1px solid red; margin:auto auto; } 為何css2不可以使p.test上下左右居中?? 請不要回答如何使他p.test上下左右居中,請回答為何margin:auto auto;不能上下左右居中??

問題解答

回答1:

The following constraints must hold among the used values of the other properties:

’margin-left’ + ’border-left-width’ + ’padding-left’ + ’width’ + ’padding-right’ + ’border-right-width’ + ’margin-right’ = width of containing block

If both ’margin-left’ and ’margin-right’ are ’auto’, their used values are equal. This horizontally centers the element with respect to the edges of the containing block.

下面是關于高度的:

If ’margin-top’, or ’margin-bottom’ are ’auto’, their used value is 0. If ’height’ is ’auto’, the height depends on whether the element has any block-level children and whether it has padding or borders:

因為規范就是這么規定的算法,瀏覽器就是這么實現的。

CSS規范

回答2:

這是個好問題,那我問你,當一行存在兩個元素的時候,你可以左右居中嗎?同理當你的上下都可能有元素存在的情況下你要瀏覽器怎么去計算對應元素應該存在的位置?

回答3:

不能吧,上下對齊如果不用flex布局,沒啥太好的辦法。virtical–align也不太好用!

回答4:

不能,如果想上下左右對居中的話,推薦使用flex布局,其次是table,table-cell或者定位

標簽: JavaScript
相關文章:
主站蜘蛛池模板: 会泽县| 东明县| 靖江市| 东山县| 柳林县| 霍州市| 阿拉尔市| 大宁县| 安乡县| 新营市| 镇平县| 张北县| 新泰市| 马龙县| 万宁市| 五常市| 会泽县| 琼海市| 克拉玛依市| 河南省| 哈尔滨市| 平昌县| 普定县| 柳林县| 海口市| 溧水县| 乐亭县| 盐山县| 贵阳市| 浠水县| 西盟| 明光市| 英德市| 葵青区| 宁波市| 仙游县| 视频| 天镇县| 渑池县| 丰顺县| 黔西县|