Is there a way to create a light see through watermark over an entire web page? One that stays on the screen, even if its scrolled? My thought was to create a .PNG bitmap and use a DIV tag with a style sheet that has my PNG set to the background image, as well as position absolute set. The problem is, I don’t think it will scroll as my page scroll. Any suggestions?
Share
what you are looking for is
position: fixedin css. Here is a pretty good rundown you can check out