Web Hosting Talk







View Full Version : Random images and parts linked - HELP!!!!


daveredfern
02-06-2006, 04:06 PM
Hi all,
I am currently building my website - www.net-fuse.com and having a few problems.

I have created a random script in php so the header changes as you refresh.

But i want par of the picture that loads a link (you can see what I mean if you visit my website www.net-fuse.com).

I want it all to be reasonably quick to load.

Can anyone help me?

Dave Redfern.

Neoboffin
02-06-2006, 04:42 PM
Use the html map function.

http://www.htmlhelp.com/reference/html40/special/map.html

daveredfern
02-06-2006, 04:55 PM
i did think about using that but I have centered the website. This means that the page will be in different places on different screen.

Would the mapping still work then?


I know I can use frames, but do frames work on all browsers.

realwebsolution
02-07-2006, 06:17 AM
Yes, the mapping will work.

Neoboffin
02-07-2006, 10:39 AM
It maps itself to the image, not the page. Therefore, no matter where the image is placed, as long as your cords are right, your links will always be intact.