okay... Did the following steps as a test:

Ripped out
---
background-image: url('/images/timmie_background.gif');
background-repeat: no-repeat;
background-position: top right;
---
from the body properties.


added
---
Code
.normal-bg {
background-image: url('/images/timmie_background.gif');
background-repeat: no-repeat;
background-position: top right;
}

.alt-bg {
background-image: url('/images/kermis_background.gif');
background-repeat: no-repeat;
background-position: top right;
}
---
To the extra properties.

added
---
PHP Code

echo "<div bg=\"normal-bg\"></div>";
 
---

way on top in the header, just after the <?

This did not show my normal background. Anything I am missing here? Cause I am missing out (brainwise) on that floating stuff you mentioned wink


[Linked Image from siemons.org]