CSS:父元素的固定位置

发布于 2024-10-10 02:59:08 字数 182 浏览 0 评论 0原文

参考所附的屏幕截图:

alt text

我希望具有灰色背景的包装器的位置具有固定宽度,以便它与其上方分页元素的宽度对齐。现在宽度取决于子元素(文本或文本字段)的大小。

一般来说,您将如何实现这一目标?

In reference to the attached screenshot:

alt text

I want the position of the wrapper with the grey background to have a fixed width so that it aligns with the width of the pagination element above it. Right now the width depends on the size of the children elements (the text or the text field).

In general, how would you accomplish this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮凉 2024-10-17 02:59:08

如果两个部分都在同一个容器 div 中,请使用以下样式:

width:100%

否则只需指定宽度与分页元素相同...

Provided both sections are contined within the same container div, use a style of:

width:100%

Otherwise just specify your width to be the same as the pagination element...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文