Support Forums / Tips & tricks / Archives / 03-31-2006 / Why is it so... ???

Topic: Why is it so... ???
November 20th, 2005 11:48 PM
Intrepid Prez
Odd...

Why is it that when I add the 'background properties' tag to my board code:

<body bgproperties="fixed">

... it don't work ??? :(

What's preventing it... or...
is there another way to fix an Excoboad background image ???


Easy... Justin :)

November 20th, 2005 11:57 PM
Catchow ummm be right back Justin.
November 21st, 2005 12:04 AM
Catchow <style>
<!--
BODY { background-image: url(BACKGROUND IMAGE HERE); background-attachment: fixed; }
-->
</style>

This code works.
November 21st, 2005 12:12 AM
Intrepid Prez
Thanx Catchow... works fine. :)

I just had to add part of that code:

background-attachment: fixed;


directly into the css editor.


Easy... :)