I have an image with a transparent center. I want to align it to the center, and have the contents of the page to scroll behind it. Kinda like looking at the page through a window... I also tried a tag with a background, but i got nasty white space all around the webpage, eww. Is there any way to remove the white space? Perhaps there's some javascript...
This can be done in several ways. There a lot of ways with CSS and DHTML. I would personally go with css and create a div with "overflow: auto" and center it in the window (kind of like an iframe) and put the image in the body: "background: url(file.gif);".