0
votes
1answer
35 views
How to get ID of Image in Image Map Mouse Over
Let's say you have two images that use the same image map.
<img src="/test/image1.jpg" id="image1" useMap="map-name">
<img src="/test/image2.jpg" id="image2" useMap="map-name">
<map …
0
votes
3answers
105 views
plot points for image map
I want to add automatic area highlighting to image maps on my webpage. I've found the mapper.js library to be very useful in achieving this, however creating the x,y plots around a regional map is …
1
vote
4answers
68 views
Invert a section of an image in javascript
Hi Guys,
I run a small webpage that allows users to click on various links using image maps. I'd like to highlight the section that a user clicks on to give some feedback to the user (they may be …
2
votes
1answer
194 views
Adding reverse highlighting to the jQuery image map plugin?
I'm using the jQuery Map Hilighter plugin, but instead of fading a dark patch over each area, I would like to reverse this and instead make the surrounding area dark, keeping the hovered area the same …
0
votes
2answers
86 views
Resize image map on window resize
Hello,
I'm trying to resize an image map on window resize event. The closest I've gotten is to use a mouseclick event, but it needs to be window resize for what I'm doing. I'm using Firefox 3.5.5
…
1
vote
1answer
16 views
Can an image map be linked to open the browse file controller?
I want the user to be able to click on an image on tab 1 of my app that will open up the file browser to enable a photo to be uploaded. is this possible??
0
votes
0answers
38 views
IE8 Image Map and Position Absolute Issue
Guys,
I'm working on a project where I have a image map and when I have a dom object that have a absolute position over that image map area, the image map shines through over some elements.
Its …
0
votes
2answers
41 views
How could I reduce the complexity of an image map?
I'm using KImageMapEditor on Linux (Ubuntu) to create an image map. The shapes in the image are a little complex so I'm using the freehand tool to draw them. However, this is really the same as the …
0
votes
1answer
106 views
Div, Background Image, and Image Map
On a web page I'm creating, I have a div with a background image. I overlay some text over the image that I'll be changing frequently, so that's why I'm using a background image and real text instead …
0
votes
2answers
151 views
How to create an image map using Java Swing?
I need to make an image map using Swing that displays a background image, and then when the mouse hovers over (or clicks) specific hotspots, I need to pop up a 'zoomed-in' image and have it display.
…
1
vote
4answers
93 views
What’s the definitive on image maps?
I have a fancy, graphically intensive design to convert to HTML. Its navigation has awful (non-standard ofcourse) fonts. I don't like text-replacements techniques that much.
So I'm wondering if …
0
votes
2answers
119 views
create imagemap with Javascript
Dear all,
Is there a way to create an imagemap on an image when the image is created in Javascript?
So image is created this way:
var img = new Image();
then set all properties.
But how do I now …
0
votes
4answers
95 views
JavaScript imagemap code doesn’t work
Dear all,
What is wrong with this code? Why is my imagemap not working?
function createimg()
{
var img = new Image();
img.src='link/to/image';
img.alt='Next image'; img.id …
4
votes
5answers
5k views
Using JQuery hover with HTML image map
I have a complicated background image with a lot of small regions that need rollover illustration highlights, along with additional text display and associated links for each one. The final …
0
votes
3answers
462 views
Change background of image maps on mouse hover
Hi,
Iam new to CSS and Javascript.
In my website I have an image as the navigation bar and have created hotspots to link them to different pages. The problem is since the text is a part of the image, …
