Image Map duplication error

I have a curious problem with image maps. Whenever they are
placed in the top of the page, in a table, they are duplicated and
offset in the bottom of the page and vice versa. If I draw an IM
for example in the bottom of the page there is a hot spot created
with the same link in the top of the page in the first table row.
If I delete the unwanted hot spot (duplicate) it removes the
wanted IM.
If I delete the image in the bottom table it seems that when
I added a Flash button the top IM then had no problem. In Photoshop
there are no maps in the image.
Is this due to a #div container, padding, floats, or
something ?
Here is the map code;
<map name="Map" id="Map"><area shape="rect"
coords="48,137,293,167" href="../color/index.html" target="_top"
alt="blah"
onclick="MM_nbGroup('down','group1','navBarRLink02','',1)"
onmouseover="MM_nbGroup('over','navBarRLink02','images/cmO_02.jpg','',1)"
onmouseout="MM_nbGroup('out')" /><area shape="rect"
coords="134,110,329,134" href="../HP9180_review.htm" target="_top"
alt="printer reviews"
onclick="MM_nbGroup('down','group1','navBarRLink02','',1)"
onmouseover="MM_nbGroup('over','navBarRLink02','images/printerO_02.jpg','',1)"
onmouseout="MM_nbGroup('out')" /><area shape="rect"
coords="207,67,332,93" href="portraits.html" target="_top"
alt="portraits"
onclick="MM_nbGroup('down','group1','navBarRLink02','',1)"
onmouseover="MM_nbGroup('over','navBarRLink02','images/portraitsO_02.jpg','',1)"
onmouseout="MM_nbGroup('out')" />
<area shape="rect" coords="231,42,328,67"
href="stills.html" target="_top" alt="stills"
onclick="MM_nbGroup('down','group1','navBarRLink02','',1)"
onmouseover="MM_nbGroup('over','navBarRLink02','images/stillsO_02.jpg','',1)"
onmouseout="MM_nbGroup('out')" />
<area shape="rect" coords="246,16,344,40"
href="beauty.html" target="_top" alt="beauty"
onclick="MM_nbGroup('down','group1','navBarRLink02','',1)"
onmouseover="MM_nbGroup('over','navBarRLink02','images/navBarR_02.jpg','',1)"
onmouseout="MM_nbGroup('out')" />
</map></body>
</html>

Your narrative is too vague to follow. Sorry.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Neil Snape" <[email protected]> wrote in
message
news:g0shio$sg4$[email protected]..
> Unfortunately I didn't save the original html page that
was doing this.
> Thanks for your replies though.
>
> What I did was delete the Td, and TR, more than once ,
then rather than
> importing the same image just added a background image.
I was then able to
> place two Flash buttons into the TR, and no duplication
of the hot zones.
> After
> deleting the Flash buttons I was able to add two text
zones and place hot
> zones
> over the text whereas before they were duplicating and
deplacing the
> zones.
> Strange, I have no idea why, but it works as expected
now.
>

Similar Messages

  • AS3 Image Map Linking Issue - No compiler errors

    Hello,
    I've made an image map in Flash using AS3, however it does not seem to be working properly.
    The links only work in a strange succession. In order to click all the links you must first click the last link followed by the first link, then the second link. After that the image map behaves as it is supposed to. I'm not sure why this is happening.
    It complies without error and aside from the little quirk mentioned above, it works beautifully.
    I've checked and double checked the AS, even copied and pasted some code from one button to another to see if it would make a difference, but to no avail.
    I am using the code listed below:
    [quote]
    button1.addEventListener(MouseEvent.CLICK, callLink1);
    function callLink1 (event: MouseEvent) :void {
         var url:String = ("http://www.google.com");
         var request:URLRequest = new URLRequest (url);
         try
             navigateToURL (request, "_parent");
             catch (e:Error) {
                 trace ("Error occurred!");
    [/quote]
    Any and all help would be much appreciated, thank you!

    I'd second Dan's last point, there is really not enough information here to help identify the actual problem.
    What I would suggest is that you put everything into one event handler so perhaps that might simplify working on it..something like:
    button1.addEventListener(MouseEvent.CLICK, callLink);
    button2.addEventListener(MouseEvent.CLICK, callLink);
    button3.addEventListener(MouseEvent.CLICK, callLink);
    function callLink(event: MouseEvent):void {
        var url:String;
        switch (event.target) {
            case button1 :
                url="http://www.google.com";
                break;
            case button2 :
                url="http://www.yahoo.com";
                break;
            case button3 :
                url="http://forums.adobe.com/thread/417263?tstart=0";
                break;
            default :
                url="http://www.adobe.com";
                break;
        var request:URLRequest = new URLRequest (url);
        try {
            navigateToURL(request, "_parent");
        } catch (e:Error) {
            trace("Error occurred!");
    If you have everything set up in one listener function like that it may be easier to debug and maintain.

  • Image maps error with IE 6

    Hallo!
    I have a problem with Internet Explorer 6 (Windows XP) and only 2 image maps with rollovers on a page with a total of 6 image maps.
    This is the page:
    http://www.eqmultimedia.it/paolobisi/home_2009f.html
    Everything is OK on Mac OS X (Safari and Firefox) and IE 7 on Windows XP and Vista.
    ONLY the 2 image maps named "ART FOR SALE" and "CONTACT" do not work with IE 6.
    This is my workflow:
    - Page design in Photoshop.
    - Slices, image maps, rollovers and remote rollovers with ImageReady
    - Save html page and images folder from ImageReady
    - Import html page and images folder in Golive CS
    - Check and correct ALL the links in the image-map code generated with ImageReady
    - Export site from Golive (with Flatten Script Library) and FTP transfer on Unix server.
    I suspect that the image-map code is not FULLY loaded by IE6 and for this reason only 2 image maps on the page do not works.
    Any suggestion will be very appreciated.
    Thank you and sorry for my English!
    ettore

    Correct link:
    www.eqmultimedia.it/paolobisi/home_2009f.html
    Sorry!
    ettore

  • Image Map not working in Dreamweaver CC

    I'm trying to create an image map over a jpeg but when I try to draw a rectangle over the image, a grey stroke gets placed over the image then moves with the cursor.
    Here is the only code on the page. Any ideas as to why this isn't working?
    <img src="/SampleImage.jpg" alt="" width="900" height="2779" style="margin: 5px; width: 649px; height: 2000px;"/>

    Let me see if I have this right...
    1. From Design View, you are clicking your image to select it
    2. You are then selecting the Rectangle tool from the bottom left of the Properties window
    3. You are then clicking and dragging on the image in Design View to create your map area
    4. DW puts a grey line around the image and moves it instead of adding the image map and area tags?
    Run your page for code errors at http://validator.w3.org. I can't duplicate what you describe and DW will do strange things when code errors are present, it could be an error DW doesn't know how to fix that's causing the normal image map functionality to fail.
    If you have clean code and are doing what I list above and it's still not working, it may be time to clear the program cache:Deleting a corrupted cache file

  • Images and image maps do not respond to events on Safari

    Hello everyone,
    We have been experiencing issues with events not responding to images associated with image maps, on Safari browser. After the DOM is loaded with new image and corresponding image maps, events such as mouseover and click observing this divs do not respond or get triggered. DOM seems to be updated correctly but behaves differently (and it works correctly in all other browsers except Safari).
    This behaviour is only noticed in Safari browser running both on Windows and Mac. (Tested on Safari Version 3.1.1 on running on Windows and Mac)
    For you all to have a closer look at this issue, I have created a sample that has this problem, similar to one we experienced during one of our recent projects. Please click on the link below to get to the sample (I recommend you to try this either in Firefox or IE before you do on Safari)
    http://www.hivegroup.com/safari/test.html
    (In the above sample,
    - the javascript code initializes the DOM with image and image map
    - assigns two event listeners to the div containing this image and image map
    - when mouse pointer brought over the image, it shows the area id in the 'mobox' div
    - when clicked, DOM is updated with a new image and new corresponding image map, assigns new event listeners and should continue with the same kinda behaviour it did for the first image (but doesn't in Safari browser))
    All inputs on this issue are welcome and greatly appreciated.
    Thanking you in advance.
    Regards,
    Shashi.

    Let me explain what the pink area is. Like the first image that contains two white boxes, the pink area (as you call it) is a new image (containing four pink areas or boxes having an area id denoted to each) that imgDiv occupies after the 'click' event occurs.
    Yep, i gathered that from seeing it work on firefox...
    The point that I'm trying to make here is, there shouldn't be any difference in behaviour when imgDiv holds first image (two white boxes) or the second image (four pink boxes) that you get after we click on image or the third image (containing 6 boxes, multiple colors) which you won't be able to reach in safari browser.
    well... I can reach them, but only via the blue space.
    . We'll notice change in the red box displaying target id only when we mouse over a new area that is not currently being displayed in the red box.
    except in webkit for safari 2, where thered bpx content sticks at whatever it was when the first image was clicked, unless mouse is moved to the 'all area', and then it sticks on imgdiv.
    I completely understand what you see in safari 2. But are you saying there's some error in my script ? If so could you please point out and justify.
    I dunno Shashi, just pointing out the errors that Safari 2 reports when I view your test page, in the hope it might help. I know little of javascript

  • I can't see my image map

    I made an image map that I need to edit. For some reason when I take live view off the image disappears, and without being able to see it I can't edit the image map. Is there a way in cs6 to do this? Why can't I see the image??
    http://granthoneymoon.com/faith_boosters.html is the sample site with the image map.

    You can fix your file names in DW from the Files window. When you change the name there to replace spaces with hyphens or underscores, DW will ask if you'd like it to automatically update the links. Hit "yes" it saves a lot of find & replace time.
    Generally speaking it's best to use all lowercase alpha numeric names, avoid any special characters like $%& and use hyphens or underscores instead of spaces for all of your web files/folders.
    Lowercase: Because many servers are case sensitive so AboutMe.html is a separate file from aboutme.html. On your local OS, a link to the uppercase version will give you the lower case page, on the server it will throw a 404 File Not Found error in most cases.
    Special Characters: Many special characters have special meaning in html, css, javascript or other coding languages used online. Throwing one in your file names can cause scripts to malfunction, among other problems.
    Spaces: As Nancy mentioned, it's invalid and can cause broken links in certain browsers. IIRC, FireFox is especially susceptible to spaces causing broken links.

  • Spry XML and image map

    Hi all-
    I'm new to using spry and xml, but not new to xhtml and layout, having said that. I'm trying to store file paths in my xml and parse that xml to repace <href> tags in an image map. For example (the actual cooridnates in the map are just made up for the example below, the actual map has 88 locations and very detailed coordinates, as it is a state map):
    <head>
    <script src="../SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="../SpryAssets/SpryData.js" type="text/javascript"></script>
    var ds1 = new Spry.Data.XMLDataSet("../files/research/counties_census.xml", "ohio");
    </head>
    <body>
    <div spry:region="ds1">
    <img src="../images/CountyMap.gif" width="565" height="611" usemap="#Map">
            <map id="Map" name="Map">
              <area shape="rect" coords="103,156,155,202" href="../files/research/{Location}" />
              <area shape="rect" coords="216,156,286,210" href="../files/research/{OtherLocation}" />
            </map>
    </div>
    </body>
    Am I just making a syntax error or is this just outside the scope of what I can use spry for? Any help is appreciated.
    thanks in advance

    I have one more question. What you gave me worked like a charm btw. Thanks a lot. Onto the question:
    I'd like to use the same XML to also power a drop down menu, here's a snippet of the XML/XHTML below. I can't seem to get it to work on the drop down, the image map works great.
    XML snippet:
    <locations>
      <location>
         <filepath>P1008.pdf</filepath>
         <coords>192,496,193,497,194,497,195,497,196,497,197,497,199,497,201,497,201,498,202,498,2 01,498,201,499,202,499,203,500,204,500,204,501,205,502,206,502,206,503,207,503,207,504,207 ,506,207,510,207,511,207,512,207,514,207,518,207,521,207,522,207,524,207,525,207,526,207,5 27,207,528,207,529,207,530,207,531,207,532,207,533,207,535,207,537,207,538,207,539,207,540 ,207,541,207,542,207,543,207,545,207,547,207,548,207,549,207,550,206,552,206,554,206,555,2 06,556,206,558,206,559,206,560,206,562,206,563,206,564,206,565,206,566,206,567,206,568,206 ,569,206,570,206,571,205,571,205,572,204,572,204,573,203,573,203,574,203,573,202,573,201,5 73,201,572,200,572,200,571,200,570,199,570,199,569,199,568,199,567,198,566,197,566,197,565 ,196,565,196,564,195,564,194,564,194,563,193,563,192,563,192,562,191,562,190,562,189,562,1 88,562,187,562,186,562,186,561,187,561,186,561,185,561,184,561,183,561,182,561,182,560,181 ,560,180,560,179,559,178,558,177,557,176,557,176,556,175,556,174,556,174,555,173,555,172,5 55,171,556,169,556,168,556,168,557,167,557,166,557,165,557,164,557,164,558,163,558,162,558 ,161,558,160,559,159,559,159,560,158,560,158,561,158,562,158,563,157,563,157,564,157,565,1 57,566,156,567,155,567,155,568,154,568,153,568,153,567,152,567,151,567,150,566,149,566,149 ,565,149,564,149,563,149,562,149,561,149,560,149,559,149,558,149,557,149,555,150,555,150,5 54,150,553,150,552,150,551,150,549,150,548,150,547,150,546,150,545,150,544,151,543,151,541 ,151,540,151,538,151,537,151,536,151,534,151,532,152,531,152,530,152,529,152,528,152,527,1 52,526,152,525,152,523,152,522,152,521,152,520,152,519,153,519,153,518,153,517,153,516,153 ,515,153,514,153,513,153,512,153,510,153,508,153,507,154,506,154,505,154,504,154,503,154,5 02,155,502,156,502,159,502,160,502,161,502,162,502,163,502,164,502,165,502,165,501,166,501 ,167,501,168,501,169,501,170,501,170,500,171,500,172,500,173,500,174,500,175,500,175,499,1 76,499,177,499,178,499,179,499,180,499,180,498,182,498,184,498,188,497,189,497,190,497,191 ,497</coords>
         <county>Adams County</county>
      </location>
      <location>
         <filepath>P1009.pdf</filepath>
         <coords>132,183,132,184,132,185,132,186,132,187,132,188,132,189,132,190,132,192,132,194,1 31,195,131,196,131,197,131,199,131,201,131,202,131,203,131,204,131,206,131,207,131,208,131 ,209,131,210,131,211,131,212,131,213,131,214,131,216,131,217,131,218,131,219,131,220,131,2 21,131,223,131,224,131,225,131,226,131,227,131,228,131,229,130,229,129,229,126,229,125,229 ,124,229,123,229,122,229,119,229,118,229,117,229,116,229,114,229,113,229,112,229,111,229,1 10,229,109,229,108,229,107,229,106,229,105,229,104,229,102,229,102,227,102,226,100,226,99, 226,98,226,97,226,96,226,95,226,92,226,90,226,89,226,87,226,87,225,87,224,87,222,87,221,85 ,221,84,221,83,221,82,221,81,221,80,221,78,221,77,221,76,221,75,221,72,221,71,221,69,221,6 8,221,65,221,65,220,65,219,65,218,65,217,65,216,65,215,65,214,65,212,65,211,65,210,65,209, 65,207,65,206,65,205,65,204,65,203,65,201,65,200,65,199,66,199,67,199,68,199,70,199,71,199 ,72,199,73,199,73,197,73,196,73,195,73,194,73,193,73,192,74,192,75,192,76,192,77,192,79,19 2,80,192,81,192,82,192,83,192,84,192,85,192,86,192,87,192,88,192,90,192,91,192,92,192,95,1 92,99,192,100,192,101,192,102,192,102,191,102,190,102,188,102,187,102,186,102,185,105,185, 106,185,107,185,108,185,109,185,110,185,111,185,113,185,114,185,115,185,116,185,117,185,11 7,184,117,183,117,182,118,182,119,182,120,182,121,182,122,182,123,182,124,182,125,182,126, 182,127,182,128,182,129,183</coords>
         <county>Allen  County</county>
      </location>
    </locations>
    Here's my XHTML:
    <div spry:region="ds1">
         <p>Click on a county, or select from the following:
              <select onchange="jumpMenu(this)" name="menu1">
              <option spry:repeat="ds1" value="../files/research/{filepath}">{county}</option>
              </select>
         </p>
            </div>
    <div spry:region="ds1"> <img src="../images/OhioCountyMap.gif" usemap="#Map">
         <map id="Map" name="Map">
         <area spry:repeat="ds1" shape="poly" coords="{coords}" href="../files/research/{filepath}">
         </map>
    </div>

  • Problem creating several image maps (linking to different pdf files) RoboHelp 8

    Hi,
    I have a problem creating several image map hotspots (that link to different .pdf files), from the same image using RoboHelp 8 HTML (WebHelp project).
    After compiling, the first image map hotspot created, opens the .pdf file correctly.  Unfortunately, when clicking on the other image hotspots, I get an error " Cannot find file...<file path>... Make sure path or Internet address is correct".
    All the pdf documents are located in the same folder within the project.
    Can anyone help?

    Have you added the target files as baggage?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Image map bug in RH7

    Hi,
    I've noticed that sometimes after I create a rectangle over
    an area in the image, the rectangle is not visible. To see the
    rectangle, I save the topic. Close and re-open the topic. Now, I
    can see the rectangle, and assign a link, add a screen tip, etc.
    Any suggestions?
    Thanks,
    FMnRH

    Good review, David. Thanks for the analysis!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "David Powers" <[email protected]> wrote in message
    news:gqdp6t$70c$[email protected]..
    > Murray *ACE* wrote:
    >> Or whether it is an issue. For example, the fact
    that others are not
    >> able to reproduce the problem doesn't bode well in
    that regard....
    >
    > I've just been reading the comments on the CS3 Livedocs
    about the same
    > problem. Two things stood out: the problem seems to
    arise when the image
    > is inside a div, and several people said the answer was
    to create the
    > image map in a new page. Being inside a div should not
    present a problem,
    > because all my tests have used an image directly inside
    a div.
    >
    > What interested me was that there was no problem
    creating an image map in
    > a new page. Dreamweaver uses JavaScript in the
    background to run a lot of
    > its functionality. If there are any errors in the
    underlying code, or if
    > the code is complex, Dreamweaver can't analyze the page
    properly. Another
    > possible cause of problems is insufficient memory. If
    you have the minimum
    > RAM, but other programs are running, this is likely to
    cause Dreamweaver
    > to fail to function correctly, particularly on large,
    complex pages.
    >
    > So, if Dreamweaver fails to create a hotspot on an
    existing page, try it
    > on a new page. If it works in the new page, it sounds as
    though it's a
    > problem with the complexity of the page and/or memory.
    If it fails to work
    > on the new page, it's back to square one. :(
    >
    > --
    > David Powers
    > Adobe Community Expert, Dreamweaver
    >
    http://foundationphp.com

  • Image Map percentage in FW CS6

    Hi,
    I would like to create Image Map from Fireworks, but instead of pixels, is it possible to use percentage ?
    I use FW CS6, so I assume this option has been made available already ?
    Otherwise, in a general manner, is it possible to use percentage at all in an HTML export ?
    Jos

    This sounds like the same problem that I have recently been having with FW CS5:
    If I try to edit an exiting text entry, the program allows it -- but as soon as I move the cursor out of the text area, it reverts back to the original, saying that the 'file is locked'.
    I also get an error message saying an "internal error" has taken place in the program. Then, when I close the program, I get the following error message:
    I have been using this version of FW for several years (it's an authentic, registered copy), but the problem began in just the last few weeks. The only changes that I've made to my system in the last little while are the regular WIndows 7 updates. (Could there be a connection?)
    I've tried reinstalling the program, but the problem is still there.
    If you find how to solve your problem, can you post how you fixed it?
    Thanks.

  • Image maps using Adobe Muse 3.2

    I want to know if is possible create image maps (many links in just one image) usign Adobe Muse 3.2. I use transparent rectangles to this feature, but i wonder if there is a better way. Thanks.

    Hi, thanks for responding and for your input! This is the website:
    http://www.professionaldiets.com
    When I UPLOAD TO FTP HOST I receive an error message (below) " /httpdocs does not appear to point to site http://www.professionaldiets.com " even though that's the folder I uploaded to using my previous Web Designing Software. So I select "Ignore" and it publishes the website. It sporadically screws up the placement of the photos. Some of the photos that belong on "Before & After Photos" page end up above the wrong person's testimonial on the "Contest Before & After Photos" page. Also, I have to design the layout with some of the photos on top of their testimonials in Muse to be placed closer to correctly when Published. I've tried renaming the jpegs, renaming the pages... Nothing works!
    The photos aren't on the "Master Page" because I don't want them on every page.

  • Image Map Bug in Dreamweaver CS4

    I've included a video sample of Dreamweaver's inability to
    draw polygonal hotspots in Design view on an image map. The image
    is inside an absolutely positioned div tag. After clicking the
    first corner, the drawing tool is deactivated. A second click to
    create the next corner point selects the underlying image.
    In this video sample, I'm using Dreamweaver CS4 on a MacBook
    Pro with a 2.4 GHz Intel processor and OS X 10.5.6. The image is
    actually a transparent PNG. I'm very careful to click on an opaque
    area, but that shouldn't make a difference.
    The workaround is to open the image in a blank HTML file,
    create the polygonal hotspots there and then copy and paste the
    code back into the original HTML page. Adobe should really consider
    fixing this.
    The video can be viewed here:
    http://www.youtube.com/watch?v=tRZGUi53PbI

    Good review, David. Thanks for the analysis!
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "David Powers" <[email protected]> wrote in message
    news:gqdp6t$70c$[email protected]..
    > Murray *ACE* wrote:
    >> Or whether it is an issue. For example, the fact
    that others are not
    >> able to reproduce the problem doesn't bode well in
    that regard....
    >
    > I've just been reading the comments on the CS3 Livedocs
    about the same
    > problem. Two things stood out: the problem seems to
    arise when the image
    > is inside a div, and several people said the answer was
    to create the
    > image map in a new page. Being inside a div should not
    present a problem,
    > because all my tests have used an image directly inside
    a div.
    >
    > What interested me was that there was no problem
    creating an image map in
    > a new page. Dreamweaver uses JavaScript in the
    background to run a lot of
    > its functionality. If there are any errors in the
    underlying code, or if
    > the code is complex, Dreamweaver can't analyze the page
    properly. Another
    > possible cause of problems is insufficient memory. If
    you have the minimum
    > RAM, but other programs are running, this is likely to
    cause Dreamweaver
    > to fail to function correctly, particularly on large,
    complex pages.
    >
    > So, if Dreamweaver fails to create a hotspot on an
    existing page, try it
    > on a new page. If it works in the new page, it sounds as
    though it's a
    > problem with the complexity of the page and/or memory.
    If it fails to work
    > on the new page, it's back to square one. :(
    >
    > --
    > David Powers
    > Adobe Community Expert, Dreamweaver
    >
    http://foundationphp.com

  • Can I use an Image Map to link to an SLP

    I am working on a project starting with the Desktop Catalog with Homepage layout, and have created 4 additional generic SLPs.  I added an image to the homepage slp and would like to use an image map to link to the 4 generic slps that I created.  But I get an error when running the site and clicking on any of the image map links.  Clicking on the link opens a new window with a "This program cannot display the webpage".  At times I have gotten a script error when clicking the link rather than the This program... message, but I cant seem to replicate that at the moment.
    I am able to do a simple hyperlink on the image to an slp, but this, of course, only gives me the ability to link to one of my additional pages....
    Any ideas?
    John

    I did finally figure this out...  it is possible to map to an slp file from an image map...  the trick has to do with how slp files work in RH,and makes sense, sort of, once I got it to work.  When you generate html5, htm files are generated fromthe slps.
    When you link to an slp file in a regular hyperlink, during the generation of the site, RH translates the slp refernce to the htm file reference that is generated from the slp.  But for some reason, i.e., a bug IMHO, with an image map, when you link to an slp file, RH does not convert this slp reference to the .htm reference (as it does with normal, non-image map hyperlinks. 
    So the way to get this to work, is when you create the image map link, put in the htm file name that will be created during generation.
    John

  • Creat a client-side image map in JSC

    Has anyone sucessfully created and implemented a client-side image map in JSC? I can get it to compile but it falls over on execution with a 500 error:
    org.apache.jasper.JasperException: No tag "map" defined in tag library associated with uri "http://java.sun.com/jsf/html" Any suggestions would be appreciated.

    Hi,
    We apologize for the late response. We would like to know if you have found a solution for the problem. In case you are still looking for a solution we would like to look into the issue and try and provide a solution.
    Thanks
    RK.

  • RH8 image map problem

    I created an image map back in RoboHelp 6 and it worked perfectly. When I converted my project recently to RoboHelp 8, the image map pop-ups are not working correctly. I've checked the properties of the image map and they are correct. But the pop-up boxes do not display correctly. I'm going to attached an example of how the same one displays in RH6 and RH8 and a screen shot of my settings.
    Can anyone help me with this?

    After much trial and error testing around this image map issue, I cannot seem to find a fix for image maps within RoboHelp 8. No matter what I've tried (and it was a lot), nothing seems to fix the image map problem. Even creating a new image map on a new page with totally different info, pop up pages, image, etc. and turning OFF all breadcrumbs - the image map does not display correctly once generated (nor in preview).
    I have found a VERY TEDIOUS workaround for this (that I'm not happy about). If I take my original pop-up topic htm pages (9 of them) from my RoboHelp 6 project and the original eHlpDhtm.js file from RH6 and place them in my output Help file from RH8 (overwriting the RH8 with the RH6 files), then the image map works correctly.
    The eHlpDhtm.js file has many more scripts in it than just the image map triggers, so I'm not sure what all else I'm affecting when I'm fixing one problem (i.e. not sure how many more problems I'm creating at the same time when fixing one problem.)
    It's almost like the "breadcrumbs" feature in RH8 has broken the image maps feature in RH8.
    I'm still up for more suggestions as how to fix this if anyone has any ideas.

Maybe you are looking for