Hotspot image popup?

Hey everyone,
Im very new to Dreamweaver / HTML / Javascript but im trying my best so bare with me! Currently i have a simple thumbnail image which i can trigger a larger image to appear (on top) when i roll over the thumbnail image. However im trying to trigger this event with a hotspot and not the thumbnail as i want to have several hotspots on one large image which will trigger serval different popup images on top of the large image.
My HTML and CSS i currently have to do this:
HTML:
<a class="thumbnail" href="#thumb"><img src="sales1.1_thumb.jpg" width="80px" height="60px" border="0" /><span>
<img src="sales1.2.jpg" />
</span>
</a>
CSS:
<style type="text/css">
.thumbnail:hover{
background-color: transparent;
z-index: 50;
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 2px;
left: 1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 1;
left: 200px; /*position where enlarged image should offset horizontally */
</style>
This works perfect when rolling over the thumbnail image, however how can i apply this same effect by using hotspots on one image?
Thankyou for your help

Hi Zabeth,
Thanks for your reply!
How exactly can i define the hotspot and not the image as the rollover? I guess i replace the:
<a class="thumbnail" href="#thumb"><img src="sales1.1_thumb.jpg" width="80px" height="60px" border="0" /><span>
<img src="sales1.2.jpg" />
</span>
</a>
with something like:
<a class="thumbnail" href="#thumb"><map name="Map" id="Map"> <area shape="rect" coords="33,140,114,260" href="#" /></map><span>
<img src="sales1.2.jpg" />
</span>
</a>
However this obviously doesnt work! Am i on the right direction!?
Thanks

Similar Messages

  • Hover over hotspot - image popup? How to?

    Hi, new to HTML and CSS - really no code to post, anything I try doesn't work in the slightest.
    I'm trying to have an image popup directly below a hotspot on mouseover of that hotspot. I can get it to work on text, but not with the hotspot. Either doesn't work at all, or the image that is supposed to pop up is permanently at the bottom of the screen (I suppose where the coords for the hotspot map are).
    Any help appreciated, thanks.

    Have a look here http://forums.adobe.com/message/2248950
    Gramps

  • Large image popup

    Hi,
    Does any one know of an extension which creates a large image
    popup on mouse over and it works with images from a database
    too.

    Hi Zabeth,
    Thanks for your reply!
    How exactly can i define the hotspot and not the image as the rollover? I guess i replace the:
    <a class="thumbnail" href="#thumb"><img src="sales1.1_thumb.jpg" width="80px" height="60px" border="0" /><span>
    <img src="sales1.2.jpg" />
    </span>
    </a>
    with something like:
    <a class="thumbnail" href="#thumb"><map name="Map" id="Map"> <area shape="rect" coords="33,140,114,260" href="#" /></map><span>
    <img src="sales1.2.jpg" />
    </span>
    </a>
    However this obviously doesnt work! Am i on the right direction!?
    Thanks

  • When I right click on a web image to save, the Save Image popup box has nothing listed in the "Save as type" box at the bottom just below "File Name"

    When I attempt to save an image from a web site page, I right click and then the Save Image popup appears. At the bottom of the popup, the "File name" box will contain the appropriate file name of the image. However, in the "Save as Type" box, there is nothing listed and I can't enter a file extension, such as JPEG. What then is saved is just a thumbnail image

    You can use this extension to modify the menu.
    *Menu Editor: https://addons.mozilla.org/firefox/addon/menu-editor/
    You can also achieve this with code in the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #context-sendimage,
    #context-sendvideo,
    #context-sendaudio { display:none!important; }</nowiki></pre>

  • Image popup

    Hi ,
    I want to create a popup which pops up an image. I have seen
    insert image but i want to know how to do an image popup . If i
    select a word and choose popup from the main menu it shows me the
    topics which i want to add so should i keep the images in a topic.
    I want only the image to be shown in the popup if i customise the
    popup linking to a topic the extra space in the page is also
    included. I know i am beating around the bush. Let me know how to
    execute this i am using robohelp x4 and webhelp for my project.
    Thanks
    Ramya

    Ramya,
    Create a new, separate topic just for the image itself. Leave
    that topic out the TOC and Index (or use it, if you want to point
    to the image by itself).
    I think Rick and Peter have some tips on their sites about
    working with images.
    H

  • Remove blue boarders on hotspot image maps?

    Hi
    Something changed in Safari recently and all my hotspot image maps now have a blue boarder when clicked: www.harveyregan.com
    I'm afraid, as a web know-nothing, I just used Dreamweaver to make a site with tables, big jpegs and links/navigation through said hotspots.  No Css links.  Is there any way out there to correct these lines?
    Cheers
    DazzaHR

    A friend helped me sort it using this code after the first body tag in the coding:
    }area {
    outline:none;
    He did change the map name too I think but I just remember going through each page and copying the above into the code and it worked.  Hope that helps

  • Large image popup on mouse over

    Does any one know of an extension which creates a large image
    popup on mouse over and it works with images from a database too?

    Does any one know of an extension which creates a large image
    popup on mouse over and it works with images from a database too?

  • Next / previous image swap WITH larger image popup

    Very simply what I need to do is almost identical to what you
    see here:
    http://www.java-scripts.net/javascripts/Slide-Show-Script.phtml
    (scroll down to the animal pictures)
    When you click "next" and "previous" the images swap through
    a series
    called "img1.gif" "img2.gif" and "img3.gif"
    So far so good. However let us assume there is also a set of
    images called
    "img1_lrg.gif" "img2_lrg.gif" and "img3_lrg.gif" which are
    larger
    versions of those little thumbnails. I need for the
    appropriate associated
    large image to popup in its own window when the thumb is
    clicked.
    Has anyone a lead on something like that?
    Thanks very much.

    On Thu, 28 Sep 2006 17:59:37 +0000 (UTC), [email protected]
    (Clay)
    wrote:
    >Very simply what I need to do is almost identical to what
    you see here:
    >
    >
    http://www.java-scripts.net/javascripts/Slide-Show-Script.phtml
    >
    >(scroll down to the animal pictures)
    >
    >When you click "next" and "previous" the images swap
    through a series
    >called "img1.gif" "img2.gif" and "img3.gif"
    >
    >So far so good. However let us assume there is also a set
    of images called
    >
    >"img1_lrg.gif" "img2_lrg.gif" and "img3_lrg.gif" which
    are larger
    >versions of those little thumbnails. I need for the
    appropriate associated
    >large image to popup in its own window when the thumb is
    clicked.
    >
    >Has anyone a lead on something like that?
    >
    >Thanks very much.
    That sounds simple, where are you stuck? Do you not know how
    to open a
    popup? BTW, the JustSo Picture Window extension would be
    perfect for
    the popups.

  • Can someone help me and explain how to affect hotspot/image map with css rules or any other way?

    i have problem with hotspot because its position cant be fixed to follow the proportion of the fixed background in different resoulutions.

    You can't affect hotspots at all with css. Here are a couple different options you have available though...
    You could try using multiple images that scale, linking each individual image, instead of hotspots.
    You could also look into "responsive image maps" to get quite a few examples of jquery/javascript run image maps that can be scaled.
    Depending on your image, (for example, if you are linking states on a map) you would be able to use SVG paths and link the paths with javascript.

  • Dynamic Image Popup Extension

    Hi, does anyone know of a free dynamic popup extension out
    there? So far the other image extensions I have found all require a
    .jpg file. I am using it for a dynamic page and need to use it with
    a dynamic attribute <img src="#photos.primaryImage1#">.
    Thanks
    Shane

    As a follow-up, Shane tells me that he got the extension to
    work on the
    detail page by cushioning the code with cfoutput tags. Glad
    you got it
    working Shane.
    Shameless plug:
    http://www.communitymx.com/abstract.cfm?cid=A8B18F40A0806AB8
    Bill Horvath
    Free Tutorials for All Macromedia Products
    http://www.communitymx.com/free.cfm
    Free 10 Day Trial
    http://www.communitymx.com/joincmx.cfm
    "Shane930" <[email protected]> wrote in
    message
    news:e1meu0$2rk$[email protected]..
    > Well it looks like there are two extensions that will do
    part of the job
    > for
    > what I want. The first on is CMXCFPopup.mxp by Bill
    Horvath. This one is
    > $3.00 and it works fine with my repeating region page
    but it does not work
    > so
    > far with a detail page that has multiple dynamic images.
    >
    > The second one is dbJustSoPWbMX.mxp by E. Michael
    Brandt. The problem
    > with
    > this one is that the extension is only written for ASP
    currently. I have
    > emailed Michael to see if there is a chance he will
    update it to CF.
    >
    > Thanks
    >
    > Shane
    >

  • LightBox Image Popup

    Ok i've added this between
    <head> and </head>
    <script type="text/javascript">
    function SWFDelegate(url,width,height,caption) {
       var objLink = document.createElement('a');
       objLink.setAttribute('href',url);
       objLink.setAttribute('rel','lightbox');
       objLink.setAttribute('title',caption);
       if(typeof width != 'undefined') {
          objLink.setAttribute('width',width);
       if(typeof height != 'undefined') {
          objLink.setAttribute('height',height);
       Lightbox.prototype.start(objLink);
    </script>
    </head>
    and on my button image on Adobe Flash CS3 i have.
    on( release )
    getURL("javascript:SWFDelegate('images/nelson.png','480','640','Septik')");
    The picture shows the clickable hand but it doesn't show my picture any bigger, when i click it nothing happens, please help.

    I have the same problem and it's driving me nuts. Resizing the Hero (???) frame or the immense lightbox container does nothing. the hero comes in at 47%. is there some size/lock/mechanism working here?
    The design is clearly different from the preview.

  • Image Popup - from Dreamweaver

    Probably really basic, But how do you create a pop up image
    in dreamweaver (it's flash content of some sort I think) that fades
    in and resizes itself. There is an example
    here
    of what I'm trying to get at. When you click on any of the
    thumbnails - whalaaaa.
    Any ideas anyone :)

    They've used this
    http://www.huddletogether.com/projects/lightbox2/
    excellent and free.
    Then there's
    http://projectseven.com/products/galleries/lightshow/index.htm
    commercial.
    Jo
    "nelicans" <[email protected]> wrote in
    message
    news:ggilrl$e95$[email protected]..
    > Probably really basic, But how do you create a pop up
    image in dreamweaver
    > (it's flash content of some sort I think) that fades in
    and resizes
    > itself.
    > There is an example
    http://www.unitedwebsitedesign.com.au/portfolio.html
    > of
    > what I'm trying to get at. When you click on any of the
    thumbnails -
    > whalaaaa.
    >
    > Any ideas anyone :)
    >

  • Dreamweaver MX: Image is showing as a grey placeholder box, and I can't place my hotspots...

    Hello:
    I know, old school with Dreamwevaer MX, but I need some help here. I've made half a dozen pages in exactly the same way as this one: insert a jpeg image, hotspot the text/areas I want to be links, and call it a day. Well in this page, the image always shows up as a gray placeholder box, thereby preventing me from seeing where the hotspots need to be and completing the page. I'm inserting the code here in case there's some hiccup in the code that I don't see. I've compared it line-by-line with another page that works properly, and I don't see any structural differences. I even re-saved the image in web format under a new name and constructed a new HTML page to see if the old one had just soured or something. No go.
    In fact, the only difference between this hotspotted image and the others is that this one is much longer. But I had a previous version of this page that was working fine before, and the image was just as long, so I don't understand why replacing the image has caused such a meltdown.
    Thank for any help in advance!
    Kurt
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>Ankeny Studio - Common Questions</title>
    </head>
    <body>
    <img src="ASCCommon.jpg" width="1082" height="3379" border="0" usemap="#Map">
    <map name="Map">
      <area shape="rect" coords="308,2332,489,2354" href="mailto:[email protected]">
      <area shape="rect" coords="320,2103,435,2123" href="http://www.ankenystudio.com/instructor.htm">
      <area shape="rect" coords="261,1895,388,1915" href="http://www.ankenystudio.com/registration.htm">
      <area shape="rect" coords="642,366,768,386" href="http://www.ankenystudio.com/registration.htm">
      <area shape="rect" coords="530,1770,658,1787" href="http://www.ankenystudio.com/registration.htm">
      <area shape="rect" coords="566,1269,747,1287" href="http://www.tfaoi.com/aa/4aa/4aa553.htm" target="_blank">
      <area shape="rect" coords="374,1026,408,1043" href="http://www.cape-ann.com/accom.html" target="_blank">
      <area shape="rect" coords="799,897,929,917" href="http://maps.google.com/maps?oe=utf-8&client=firefox-a&ie=UTF8&q=linden+tree+inn,+MA&fb=1&split=1&gl=us&cid=0,0,4311611072443259400&ei=QLzjSZqbF8afmAfk9YDmAQ&t=h&z=16&iwloc=A" target="_blank">
      <area shape="rect" coords="261,793,301,813" href="#">
      <area shape="rect" coords="818,769,936,791" href="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=1091+Washington+Street,+Gloucester,+MA+01930&sll=42.657945,-70.624689&sspn=0.014155,0.024054&gl=us&ie=UTF8&t=h&z=17&iwloc=A" target="_blank">
      <area shape="rect" coords="261,666,338,682" href="http://maps.google.com/maps?f=d&source=s_d&saddr=logan+airport&daddr=1091+Washington+Street,+Gloucester,+MA+01930&hl=en&geocode=&gl=us&mra=ls&sll=42.677628,-70.658242&sspn=0.007075,0.012027&g=1091+Washington+Street,+Gloucester,+MA+01930&ie=UTF8&t=h&z=11" target="_blank">
      <area shape="rect" coords="128,32,950,157" href="http://www.ankenystudio.com">
    </map>
    </body>
    </html>

    Yeah, I know, it's not pretty programming. However, usually it's effective, quick and allows me complete control over everything from font to perfect element placement. I don't need to site to be dynamic in the least, since I'll only be updating it minimally once a year.
    Are there any size limits to the images DW MX can handle that anyone knows about?

  • Hotspot not working - image not showing

    i am not sure if i am doing something wrong in fireworks or dreamweaver, but when i have a hotspot image, i insert it in dreamweaver, and when the page loads, the image is not there. what have i done wrong?

    It's not a good idea to use html exported from a graphics program, only if you are prototyping a design.  For final
    production work, it's always best to export images only from FWs and then build the page in DW itself  :-)
    I use FWs exclusively for design work, but have never exported the HTML in over 9 years of using the software  :-)
    if you want to find out how to do it, then pop over to the FWs forum and do a search or ask your question there.
    Nadia
    Adobe Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

  • Need "tool tip" type popup

    I'm trying to set pop-ups as labels. These will be linked to
    hotspots/image maps. Because these will be changed frequently, I
    don't want to have to create a new image or html page for each
    label. I just want to be able to enter text and some simple
    parameters, including position on my page, font, background color,
    and like that.

    Have you seen this:
    http://boxover.swazz.org/ ?
    E. Michael Brandt
    www.divaHTML.com
    divaPOP : standards-compliant popup windows
    divaGPS : you-are-here menu highlighting
    divaFAQ : FAQ pages with pizazz
    www.valleywebdesigns.com/vwd_Vdw.asp
    JustSo PictureWindow
    JustSo PhotoAlbum, et alia

Maybe you are looking for

  • IMac RE set up

    I have an iMac G5 running 10.4.11. It is connected to a wireless network (that Comcast set up) thru a Netgear router. I also have a PC laptop running Vista wirelessly connected to the router. I have read that Vista is not compatible to RE and have tr

  • EPM 11.1.2.4 configuration failed

    Hello Masters, I have 2 servers configured with EPM 11.1.2.4 planning, Server A Foundation services Planning EAS Provider services Server B Essbase server EAS Provider services In server A everything seems fine, post configuration all the URLs are up

  • Ale and IDOC

    hi all,       can i know where and when change pointers, message control and executable will be used, can any one provide me example for each concept. thank you

  • Sequences alter

    hi experts, i am very new to pl/sql procedures, we have requirement like to reset to sequence to starting value. please share about how to alter a sequence using either function/procedure. Thanks in advance. Sh

  • Import/export db question

    Hi, all: I used export command to export "full" db from db1 and like to import the whole thing into db2. I created a new db for importing. However, it seems like the db users and tablespaces I created in db1 won't be carried to db2 while doing import