How do I make a certain part of a picture a link, not the whole picture?
-
I'm trying to make an internet riddle trail, but before I start to put the work into it I would like to be sure that I will be able to do it.
-
Answer:
It's called an image map. Say you want to take a picture of a dog and make it's nose a link but the rest of the body nothing. You place an image map in the HTML code (most packages will have awizard to do this for you though) and volia! image map with a link. Link below for you with some free tools to help making an image map
xbxbecky... at Yahoo! Answers Visit the source
Other answers
You need to use imagemaps, have a look at these sites. http://www.ihip.com/ http://www.ecy.wa.gov/services/GIS/apps/imagemap/imagemap.htm http://www.w3.org/TR/NOTE-imagemap http://www.w3.org/TR/html4/struct/objects.html#h-13.6.1 http://www.w3.org/TR/html4/struct/objects.html http://ppewww.ph.gla.ac.uk/~flavell/www/imgmaptut.html
Mark aka jack573
you can use your HtmL authoring app to make "hotspots" which are a map of coordinates to make multiple areas have links. I use dreamweaver and make "image maps" to do that...
The only way I can think of is making new images out of the parts you want to be links, then reforming the picture by putting them all side-by-side in the HTML. Instead of having <a href="site1"><img src="image1"></a> you would have <a href="site1"><img src="image1"></a><a href="site2"><img src="image2"> if image1 was the left side of the image and image2 was the right side. it sounds like you probably have more than just 2 parts to the image, but the idea is sound as long as you make sure it doesn't wrap, therefore putting parts of the image on a different line than they should be. if you are making a grid of them, just put a <br> in before each row of images.
guitarjeff1112
You need an image map The following site is dedicated to image map http://www.ihip.com/ You will find all the help you need here.
John
Related Q & A:
- How do I use a custom avatar like a picture of me?Best solution by Yahoo! Answers
- How can I make a myspace comment into a picture caption?Best solution by Yahoo! Answers
- How can I make a phone call to a cruise ship?Best solution by traveltips.usatoday.com
- How do you make a video clip into a picture?Best solution by answers.microsoft.com
- How can I make a good clay for a school project?Best solution by answers.yahoo.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.