• ベストアンサー

2つの背景画像固定がうまくいきません

(1)一番下に細かい画像をrepeatさせた背景を、 (2)その上に大きい画像をno-repeatで中央に表示させ、 どちらも固定させて、その上にテキストやテーブルを表示したいのですが、(2)のbackground-attachment : fixed だけうまくいかずスクロールされてしまいます。 過去の質問に同様の内容があり、それへの回答を参考にしたのですが・・・。 http://oshiete1.goo.ne.jp/qa1133735.html どなたか解決方法を教えて下さい。

質問者が選んだベストアンサー

  • ベストアンサー
  • crepon133
  • ベストアンサー率51% (399/776)
回答No.1

固定できる:IE7、Opera 9.21、Mozilla Firefox 2.0.0.3 (Windows) 固定できない:IE6、Netscape 7.1 (Windows) <style type="text/css"> <!-- html { background-image:url(bg_center.gif); background-repeat:no-repeat; background-position:center center; background-attachment:fixed; } body { background-image:url(bg_bottom.gif); background-repeat:repeat-x; background-position:left bottom; background-attachment:fixed; margin:0px; padding:0px; } --> </style>

epocari
質問者

お礼

お礼遅くなり申し訳ございません。 先頭の2行で納得しました。 私はIE6のみで確認していました。 今後もよろしくお願い致します

関連するQ&A

専門家に質問してみよう