无法为 header 和 div 提供相同的背景图片
Not able to give header and div the same background image
我正在使用 WordPress,我想让 header 和下面的 div 共享相同的背景图片。
我已经使用 Visual Composer 在 WordPress 页面中添加了 div 并为其提供了背景图片,但是我可以让它进入导航背景的唯一方法是给它一个负数 margin-top 值,这当然会使其无响应。谁能给我指点一下吗?
因为你没有任何代码,我真的看不到你想做什么,但我想你需要做的是这样的
<div id="mainTOPwrapper">
<div id="header">header content here</div>
<div id= "divBelowIt"> lolz at the div name =) </div>
</div>
然后,你把背景图片 css 给 "mainTOPwrapper"。确保其中的 div 没有任何背景,这对你有用
我正在使用 WordPress,我想让 header 和下面的 div 共享相同的背景图片。
我已经使用 Visual Composer 在 WordPress 页面中添加了 div 并为其提供了背景图片,但是我可以让它进入导航背景的唯一方法是给它一个负数 margin-top 值,这当然会使其无响应。谁能给我指点一下吗?
因为你没有任何代码,我真的看不到你想做什么,但我想你需要做的是这样的
<div id="mainTOPwrapper">
<div id="header">header content here</div>
<div id= "divBelowIt"> lolz at the div name =) </div>
</div>
然后,你把背景图片 css 给 "mainTOPwrapper"。确保其中的 div 没有任何背景,这对你有用