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テンプレートV2.8.0r4を使用していることに注意してください
どうもありがとう!