Forum Moderators: not2easy
BODY { width:100%;height:100%;background:#303a53 URL("/images/backgrnd_strip.jpg") repeat-x;
My issue is the background image covers the main base image in a table when the browser window width is reduced. It appears that the body background image is not in the absolute background. I always thought as a body background image, it woulds always remain in bottom of image stack? Because the image shows over the table background image when reducing the browser window (width) it also looks like it is pushing other div element images that are in a relative position over when the window is reduced. Any thoughts? thank you.