Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

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

irt.org | Knowledge Base | HTML | Q2064 [ previous next ]

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

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>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.