ホームページ >ウェブフロントエンド >htmlチュートリアル >背景画像の問題_html/css_WEB-ITnose
Web ページにさらに多くのコンテンツがある場合、全体像はヘッダー、フッター、中央部分の 3 つのセクションに分割されます。ヘッダーを常に上部に配置したい場合は、これが中間クラスのセクションです。ページに多くのコンテンツがある場合は、リピートすると、フッターは常に下部に表示されます。
親愛なる神々よ、どうか私を助けてください。
次に、全体像をヘッダー フッターと中央の 3 つのセクションに分割します
re:
これら 3 つのセクションはまだ 1 つの画像内にありますか?
background:transparent url(xxx.png) no-repeat scroll ?% ?%;
次に、全体像をヘッダー フッターと中間部分の 3 つのセクションに分割します
re:
これら 3 つのセクションはまだ 1 つの画像内にありますか?
background:transparent url(xxx.png) no-repeat scroll ?% ?%;
#header{...} #body{background:url(footer.png)repeat-y center center}#footer{background:url(footer.png)no-repeat center center}
#header{...} #body{background:url(footer.png)repeat-y center center}#footer{background:url(footer.png)no-repeat center center}
#header {position:fixed top;}
#body{background-image:url(),background-repeat:repeat-y;}
#footer{position:fexedbottom;}