I am creating a site by using CSS. I have 3 Main pages, we will call them HOME, PAGE 1, and PAGE 2. I have an image that I created with those 3 names on it. I want to add 3 hotspots (image maps) or links to this picture that when you click on the word...you will go to that page (Either Home, Page 1, or Page 2).
If the image is in the CSS file that looks something like this...
PHP Code:
#navigation { width:987px; background-image:url('Navigation Banner.png'); height:196px; }
...and many pages use this same CSS file and they all have the same Navigation Banner, how would I get all of the words on the image to link to the correct pages?
Last edited by Brautigam; 07-09-2007 at 07:28 PM..
|