Linked Questions

12 votes
5 answers
31k views

jQuery image map alternative

What is an alternative to using image maps? I saw a question recently and someone said, "Why are people still using image maps?" and I wanted to know a good CSS or JavaScript solution to see for ...
Kieran Andrews's user avatar
6 votes
4 answers
55k views

Change background color of HTML <area> element

I have an image with more than 100 geometrical shapes with different size and dimensions. I used image mapping over it and assign ID to each <area> like <area id="1">. I stored ...
PHP Ferrari's user avatar
  • 15.5k
1 vote
5 answers
16k views

quickest way to make clickable imagemap of the US

what is the quickest way to make clickable imagemap of the US? Is there any jquery plugin available for this? Thanks
Amit's user avatar
  • 716
5 votes
5 answers
1k views

jQuery click event on 1000 divs, optimize approach?

I'm building a system for selling tickets to events. Right now there are about 1000 diffrent seats to choose from as a visitor. Maby one day it will be up to 5000. Right now I have a div for each ...
Johan Davidsson's user avatar
2 votes
3 answers
17k views

HTML, jQuery : Show text over area of image-map

I have an image-map like: <img src ="planets.gif" width="145" height="126" alt="Planets" usemap ="#planetmap" /> <map name="planetmap"> <area shape="rect" coords="0,0,82,126" href="...
Morteza's user avatar
  • 2,153
1 vote
2 answers
16k views

Image map popup on rollover, with popup text drawn from database

I have a custom map of the USA with about 20 polygonal hot spots. I would like a box to pop up next to each hot spot on hover, with text and links drawn from my DB specific to the location. I would ...
lbholland's user avatar
-3 votes
2 answers
7k views

JQuery maphighlight for changing area highlight color based on condition

I have created Image Map using map co-ordinates and have to highlighted co-ordinates, which is working fine but what i need is, To change the highlight color depends upon the condition...In first ...
Vignesh Kumar A's user avatar
0 votes
4 answers
490 views

How to click some parts of an image

I need to make an index page only with the following image. When the user clicks the water between the flags, he can continue to the next page. If the user presses at any other location, an alert ...
NewPHP's user avatar
  • 608
0 votes
1 answer
4k views

Image Map: show different images on hover

So I'm working on a website and I have a map with different hotspots that will show information about different countries when you click on them. Also the highlighted countries look a bit different ...
user avatar
0 votes
1 answer
2k views

How to add a pop up display to image map coords?

I would like to have pop ups with information on my image map coords. I have the image map set up and working fine but I can't seem to incorporate a pop up whether it be jQuery or just with CSS. An ...
nuk11888's user avatar
  • 161
0 votes
2 answers
1k views

Using an IMG Map to display larger images

I am using an IMG Map that has many small pictures. When I hover over each image it will display a larger image. How do I do this? I do not mind using javascript, css, etc as long as it works. Please ...
L84's user avatar
  • 46k
0 votes
2 answers
1k views

Hover,over and .png pictures with transparent background

Please, have a look at http://users.sch.gr/ellhn/. The HTML code behind this page is as follows: #squared1.over { background: green; cursor: ...
Unknown developer's user avatar
1 vote
1 answer
1k views

jQuery - images map hover not working

I have this code : $("#menu1").hover( function () { $(".menu-wrapper").fadeIn("slow"); }) and this HTML code : <div style="position:absolute; left: 18px; top: 55px;"> ...
Saleh's user avatar
  • 2,689
1 vote
1 answer
782 views

Diagonal Hover by css or Jquery

I want to make a certain image when the mouse comes on it it changes to another image; this is easy with css by making a link, and this link acts as the part at which the images change, no problem ...
DarkProfessor's user avatar
4 votes
1 answer
569 views

How to draw an image map with menu list hover effective?

I have facing to draw an image map with menu bar hover effetive like URL : http://www.99acres.com/paras-seasons-sector-168-noida-npxid-r6378e The matter is when I hover on menu it highlight also a ...
Asraful Haque's user avatar

15 30 50 per page