gpt4 book ai didi

html - Repeat-x 不起作用 - css

转载 作者:行者123 更新时间:2023-11-28 13:54:54 26 4
gpt4 key购买 nike

我有一个关于 repeat-x 的问题。我的 CSS 代码是这样的:

#header {
}

#header_left {
background:url("../img/header_l.png") no-repeat;
float:left;
width:341px;
height:258px;
}

#header_content {
background:url("../img/header_c.png") repeat-x;
width:32px;
height:258px;
float:left;
}

#header_right {
background:url("../img/header_r.png") no-repeat;
float:right;
width:341px;
height:258px;
}

和html代码:

<div id="header">
<div id="header_left"></div>
<div id="header_content"></div>
<div id="header_right"></div>
</div>

但图像 header_c.png 只重复一次。我该如何解决这个问题?

这是屏幕截图:http://i.stack.imgur.com/mo0JW.png , header_c.png 重复一次然后留下空白。

最佳答案

也许您的意思是repeat-y,查看 HTML 元素的尺寸。

关于html - Repeat-x 不起作用 - css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10933211/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com