try something like this:<br><br><div id="Stuff_with_backround" style="background-image url(_Url_here_); background-repeat: no-repeat;"><br><br>by the same token, you could use background-repeat: x; and background-repeat: y; making the background repeat along the top or left side of the div.<br><br>if you want to make the whole page like that, you can use that same style="..." attribute in the <BODY> tag (I think), or you could try using the BGPROPERTIES=FIXED in the tag, but that also has some other, possably unexpected results.<br> <p>theEclipse<br><a href=mailto:eclipse_web@hotmail.com>eclipse_web@hotmail.com</a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>**-Trying to build a documentation of a Javascript DOM, crossbrowser, of course. E-mail me if you know of any little known events and/or methods, etc.