Forum Moderators: open
I am working on my personal website and am trying to get an image map on a fixed background image. I have tried using a transparent gif and putting the map on that over the background but the only problem is that gif scrolls with the page and the links then get a little messed up. Is there anyway I can fix an image on the page so it doesn't scroll and still do an image map?
Thanks!
There is no way of applying an image map to a background image, but you could put your image map on a <div> and scripting it so that the layer is fixed.
While there is a CSS property fixed, you need some scripting (JavaScript mainly) to achieve this effect cross browsers.
HTH