Forum Moderators: open
I have 3 divs on index.html. One div the header, one the menu and one content. Each div is part of a larger background image.
The site text will be contained within the content div within an iframe. Now the background image is contained within the index.html div, not content.html (the iframe). Is there anyway to make that iframe transparent so that the image stays fixed, and the text scrolls?
Any help is appreciated!
M
body {background-image:url('something.gif');background-attachment:fixed;}
This creates a background image that does NOT scroll, so you might be able to carefully match it to the parent page's background.