Help - Search - Members - Calendar
Full Version: Image Link
HTMLHelp Forums > Web Authoring > General Web Design
sporks.us
I want to set up hyperlinks to an image.
Yes, I know enough to set A (ONE) hyperlink to one image.
The image I am using has the the icons for 3 groups.
I want the 3 groups' icons to link to their home page.
The icons are not separate images, they are part of one jpg image.
I cut the picture up, one top and 4 pieces on the bottom and linked the desired sections.
However, when the window was minimized, the 4 pieces squished up in to 3 on a row, #4 on the bottom.
Is there a way to get the separate images to react to the re-sizing of the window.
Or is there a way to hyperlink a specific location within a jpg image?
Thanks for your ponderin'
Mike
email: us@sporks.us
Corey Bryant
Have you tried to use an image map.
pandy
Yes and yes. For the first question, you could put the images inside en element that has a fixed with that is equal to the sum of the images' width.
HTML
<div style="with: 150px">
<img src="..." with="50" height="..." alt="...">
<img src="..." with="50" height="..." alt="...">
<img src="..." with="50" height="..." alt="...">
</div>


To link areas of an image you need an image map.
http://htmlhelp.com/reference/html40/special/map.html
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.