A client wanted a wallpaper-style background image that scaled. I searched for alternatives, but the only solution I could find was to rely on layers with the lowest layer containing a width:100% <div> with a <img width="100%"> inside. It actually works reasonably well as long as the content doesn't extend below the image. But the annoying part is that in MSIE when you mouse over any area not overlaid with content the pop-up save/print/etc icon pallette appears. Is there any way to prevent that? Thanks.