offset top scroll
offset top scroll
Out of context: Reply #14
- Started
- Last post
- 14 Responses
- monNom0
set it up like this:
image #1: position: fixed; top:0; width:100%;
image #2: visibility: hidden; width:100%;
content...image #1 and #2 are the same image, and image 2 pushes your content down exactly as far as needed for the size that it is scaled to
- use img tag rather than div + background. You can stick the image in a div if you want, I don't care.monNom