内联 div 背景未显示

发布于 2024-08-16 22:00:40 字数 174 浏览 11 评论 0原文

我正在尝试使用两个 div,其中一个在左角具有不重复的背景,用作“弯曲边框”图像,第二个 div 在该 div 中,其背景由第一个 div 的宽度偏移div 的图像,使其看起来像是一个实体图像,随着页面宽度流畅地拉伸。我尝试按照我描述的方式执行此操作,但它不起作用,只显示拉伸的重复背景 div。我更愿意从头开始尝试你们中的一个建议。

I'm trying to use two divs, one with a non repeating background in the left corner to serve as a 'curved border' image, and the second div, within that one, with a background that is offset by the width of the first div's image so that it seems to be one solid image, that fluidly stretches with the page width. I tried doing this the way I described but it isn't working, only the stretched repeating background div shows up. I would prefer to try from scratch something one of you suggests.

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

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

发布评论

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

评论(1

双马尾 2024-08-23 22:00:40

尝试在左侧 div 上设置显式宽度,并尝试在两个 div 上使用 float:left (以确保它们正确对齐)。

并设置 border:none (我可能在这里说的是显而易见的)。

Try setting an explicit widh on the left div, and try using float:left on both (to make sure they align properly).

And set border:none (I'm stating the obvious here, probably).

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