I have a background image that I would like to display on top of my webpage, or better explained, imagine the background image as a watermark. I would like to place this as a filter over my webpage. So that every page has this "watermark"
I've managed to do this by setting the image transparent. But the problem is that unless i set z-index to lets say -10000, then the image is considered to be "on top" of everything else and thus my links are unclickable.
Any suggestions to how to achieve what I'm trying to do without making links unclickable?