Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个 DIV,它们都是浮动的,一个在左侧,一个在右侧,它们都嵌套在另一个 DIV(父级)中,两者都居中。浮动的左/右 DIV 具有未知数量的记录的 ASP.NET Gridview。因此垂直高度是未知的。有没有人建议解决父 DIV 的背景颜色?整个页面包含在没有白色背景的母版页中。
尝试将您的父 div 更改为底部:0,顶部:0。将其定位为绝对(如果可能)。这样它会填充它的父元素并呈现为 white=> 我认为这是你想要的?