我正在尝试将yumdom.com页面的背景颜色设置为黄色。
我尝试了以下方法,但失败了:
body{ background-color: yellow;} /*only a sliver under the header turns yellow.*/
#doc3{ background-color: yellow;} /*result same as above*/
#bd { background-color: yellow;} /*result same as above*/
#yui-main { background-color: yellow;} /*a rectangle turns yellow ending at where the content ends. I want this rectangle to extend all the way to the footer.*/
另请注意,如果在 Chrome 的开发人员工具中突出显示上述任一 html 元素,我只会突出显示页面的特定部分。页脚和内容下方的部分保持未突出显示。
我希望黄色填充页眉和页脚之间的整个空间,并且不留空白。
请注意,我们使用的是 YUI 重置、字体和网格 CSS 模板 V 2.8.0r4
非常感谢!