Is there any way to apply an image map to a background picture? I am using a background picture for example <TD height="55" background="images/example.jpg">' and I need to add links to that picture. I am aware of how to do this on a regular image but not on a background image. Is there a way of doing this with css? I would really appreciate any help.
Thanks,
Andrew






chrishirst posted this at 17:54 — 22nd October 2005.
He has: 379 posts
Joined: Apr 2005
No.
No.
You could have a fixed width layout and use absolute positioning for the anchor elements. However there would be a fair amount of trial and error.
Chris
Indifference will be the downfall of mankind, but who cares?
Venue Capacity Monitoring
Code Samples
Renegade posted this at 23:38 — 22nd October 2005.
He has: 2,944 posts
Joined: Oct 2002
This article on A List Apart might be of some help to you:
http://www.alistapart.com/articles/imagemap/
Cheng Eu Chew - Renegade
Download:
- Mozilla, Firefox
- Opera
This post may contain peanut traces
andyy15 posted this at 12:04 — 23rd October 2005.
They have: 33 posts
Joined: Jan 2005
Problem solved with the use of transparent gif's and tables. Thanks to everyone who replied.