View Full Version : Image maps


ninjamonkey
06-24-2003, 12:41 AM
I can make these stupid things work as the picture as an image, but how can I put an image map on a picture that's set as the background? Arrgh!

Dude128
06-24-2003, 01:17 AM
you can't- in order to work, it has to be an actual image on the page, rather than a background.

ninjamonkey
06-24-2003, 01:24 AM
ok then, how can I move my image into the top left corner? That's probably a stupid question, but yeah.

www23.brinkster.com/severelytwisted

Liz

MaGiCSuN
06-24-2003, 06:50 PM
add

marginwidth="0" marginheight="0" topmargin="0" leftmargin="0"

to your <body> tag and everything should move into the corner. To make only that image show up in the corner add the following to the <img> tag:

style="position: absolute; top: 0px; left: 0px;"

Love,
Mirna

ninjamonkey
06-24-2003, 10:43 PM
thank you so much! it works now!! ^_^

liz