Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2064 How can I fix the background wallpaper of my page?

You are here: irt.org | FAQ | HTML | Q2064 [ previous next ]

Microsoft Internet Explorer allows you to fix the background wallpaper of your page using the following command:

<BODY BACKGROUND="mypic.jpg" BGPROPERTIES="FIXED">

To have the same effect in all CSS-compatible browsers, you can use:

<STYLE>
BODY {background-attachment: fixed}
</STYLE>

©2018 Martin Webb