View Full Version : Image map as 'background'


Cecilie
02-06-2003, 01:53 PM
Hi everyone! I have this problem, with my layout. I want to make an image map as a kind of background, still using iframes/inline frames. So that the navigation bar will be on the image map, as images and the content will be in an iframe/inline frame. But I don't really know how to make the image mapper become my background. Some one told me that it had something to do with Java, sorry if this is the wrong place to post it.

lefty
02-06-2003, 04:10 PM
An image map can't be a background. ;) You'll have to find another way to make it appear to be a background while it's still a reguar image.

Cecilie
02-06-2003, 04:39 PM
But how?

Alcy
02-06-2003, 04:56 PM
Just position the iframe over the image map.

<iframe style="positon:absolute; left:#px; top:#px;">

You can also position the image map anywhere you want with that code too :).