Hi,
I know how to have links in locations within an image.
https://www.w3schools.com/html/html_images_imagemap.asp
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_image_link
What I would like to do is browse over an image and have something like
a zoom of the area come up until you browse off the area.
I just want the zoom to be on top of the image. I don't want the image
to disappear.
Instead of an image zoom how about a frame of a html link coming up?
On Wed, 17 Aug 2022 21:59:20 -0400, Dale wrote:
Hi,
I know how to have links in locations within an image.
https://www.w3schools.com/html/html_images_imagemap.asp
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_image_link
What I would like to do is browse over an image and have something like
a zoom of the area come up until you browse off the area.
I just want the zoom to be on top of the image. I don't want the image
to disappear.
Instead of an image zoom how about a frame of a html link coming up?
Not possible with HTML and CSS alone, because AREA tags are not rendered. They're only used as data source. Much like PARAM tags which are used by OBJECT and APPLET tags. Using CSS :hover on AREA elements won't be
effective, because the elements don't exist on the rendered page in the
first place.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 40:55:05 |
Calls: | 8,141 |
Calls today: | 4 |
Files: | 13,085 |
Messages: | 5,857,726 |