Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Markup (HTML, XHTML, XML) _ Help with Image Map?

Posted by: Etank Jun 7 2010, 10:45 PM

I rarely try to put together any sort of website, but this is a small side-project that caught my eye.

http://etank.smackjeeves.com/


I would like to create an image map that would allow me to put links on top of the names listed to the side. I've tried all sorts of image mapping programs, but all they seem to do is create an identical image below this one with working links.

Can I have a text box like the one I've made AND have an image map?


Thank you for any help you can give. I've been struggling to find an answer for a while now.

Posted by: pandy Jun 8 2010, 01:18 AM

Only if you split the image in two. An image map can't be used with a background image. Alternatively you could overlay the top of the background with a blank image and map that. But the idea to write text over a fixed size background image is inherently bad. I wouldn't do it that way.

BTW the background you have for body in your CSS doesn't override the one you use in the HTML for the only reason the CSS one uses a butchered URL. Some browsers may compensate for that and show the CSS background.


CODE
body {
  background: url(://img.photobucket.com/albums/v222/blindwind/backgroudrealkiry2.png) repeat;
...
}

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)