Hi everyone.

I am using this code to have the pasteboard centered with a fixed background, so the background does not scroll with the page...

<style type="text/css">
<!--
HTML {background: #000000 url(index_htm_files/bgimage.jpg) fixed no-repeat center top}
-->
</style>


This code works great but i now want to use the same code to have the background scroll with the page. When i remove the 'fixed' parameter it seems to mess up the page. Any suggestions would be very much appreciated?