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?

Similar Messages

  • 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

  • Creating a popup on mouse over in bar graph

    Hi,
    I want to create a popup using mouse over event on bar graph but I didn't find corresponding property in the property inspector. Is it possible to display a popup on mouse over in bar graph?
    At present I am able to create a popup in the backing bean based on click event. I want to align it to the bar in the graph which was clicked. But now, it is being aligned to the bar graph as a whole(like above the graph , below the graph) when I use "RichPopup.PopupHints.HintTypes.HINT_ALIGN_ID, source". Is there a way to align it to the particular bar?
    Any help is greatly appreciated
    Thank you,
    KK

    Hi,
    don't think you can align it to an area within a component. The align id property expects a component reference. Note that mouse over on a bar graph doesn't select the bar, which means that the data in the binding layer is not set to current (just in case that the data in the popup is meant to be dependent)
    Frank

  • Image question for mouse over.

    I hope this is a simple question.  Can I place a 150px wide image on my page and when you mouse over have the same photo pop up that is 300 px wide?  I know I can swap the images if they are both 150 px.  But I want to see the larger photo with the mouseover can someone explain or show me where to learn how to do this if I can even do it? Maybe it is not mouseover image swap and it is called something else? Thanks in advance.

    tl1_mc.visible=tl2_mc.visible=tl3_mc.visible=false;
    for(var i:int=1;i<4;i++){
       this["tl"+i+"_mc"].addEventListener(MouseEvent.MOUSE_OVER,overtl);
       this["tl"+i+"_mc"].addEventListener(MouseEvent.MOUSE_OUT,offtl);
    function overtl(e:MouseEvent=null):void{
       var n:int=int(e.currentTarget.name.substr(2,1));
       this["tl"+n+"_mc"].visible=true;
    function offtl(e:MouseEvent=null):void{
       var n:int=int(e.currentTarget.name.substr(2,1));
       this["tl"+n+"_mc"].visible=false;

  • 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.

  • Anyone know how to make an image appear during mouse over of a hyperlink?

    I have a list of hyperlinks here: http://web.mac.com/phelpssculpture/Site/movieroyal_davidphelps.html
    I would like a small image associated with each link to appear close to the link during mouse over.
    These links are the titles of individual artwork, but that isn't as meaningful as it would be if an image could appear upon mouse over. I tried doing an image of text swap with an image of the piece during mouse over, but that took up too much space on the page.
    Thanks, David

    You could use a tooltip. Here's one....
    http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm
    A few more....
    http://www.dynamicdrive.com/dynamicindex5/

  • Image preview on mouse over

    I have found a nice free flash template to use for a portfolio site but I want to add something small to it but could not figure it out myself. I hope that somehow could help me out. The free templates creates a thumbnail preview of the image and I want to be able to create a full size preview off in another area. I will post the AC3.0 and an image to help explain.
    import caurina.transitions.Tweener;
    slider_info.text = "loading data...";
    link_title.text = "";
    link_description.text = "";
    var folder:String = "thumbnails/";
    var start_from:Number = 0;
    var no_of_tn:Number = 5;
    var i:Number;
    var tn:Number = 0;
    var current_no:Number = 0;
    var tween_duration:Number = 0.8; // seconds
    var total:Number;
    var flashmo_xml:XML;
    var flashmo_tn_list = new Array();
    var thumbnail_group:MovieClip = new MovieClip();
    this.addChild(thumbnail_group);
    thumbnail_group.mask = slider_mask;
    function load_gallery(xml_file:String):void
    var xml_loader:URLLoader = new URLLoader();
    xml_loader.load( new URLRequest( xml_file ) );
    xml_loader.addEventListener(Event.COMPLETE, create_thunbnail_slider);
    function create_thunbnail_slider(e:Event):void
    flashmo_xml = new XML(e.target.data);
    total = flashmo_xml.thumbnail.length();
    for( i = 0; i < total; i++ )
    flashmo_tn_list.push( {
    filename: flashmo_xml.thumbnail[i].filename.toString(),
    title: flashmo_xml.thumbnail[i].title.toString(),
    description: flashmo_xml.thumbnail[i].description.toString(),
    url: flashmo_xml.thumbnail[i].url.toString(),
    target: flashmo_xml.thumbnail[i].target.toString()
    load_tn();
    function load_tn():void
    var pic_request:URLRequest = new URLRequest( folder + flashmo_tn_list[tn].filename );
    var pic_loader:Loader = new Loader();
    pic_loader.load(pic_request);
    pic_loader.contentLoaderInfo.addEventListener(Prog ressEvent.PROGRESS, tn_progress);
    pic_loader.contentLoaderInfo.addEventListener(Even t.COMPLETE, tn_loaded);
    tn++;
    function tn_progress(e:ProgressEvent):void
    slider_info.text = "loading thumbnail... " + tn + " of " + total;
    function tn_loaded(e:Event):void
    if( tn < total )
    load_tn();
    else
    slider_info.text = "";
    var flashmo_tn_bm:Bitmap = new Bitmap();
    var flashmo_tn_mc:MovieClip = new MovieClip();
    flashmo_tn_bm = Bitmap(e.target.content);
    flashmo_tn_bm.smoothing = true;
    flashmo_tn_mc.addChild(flashmo_tn_bm);
    flashmo_tn_mc.name = "flashmo_tn_" + thumbnail_group.numChildren;
    flashmo_tn_mc.buttonMode = true;
    flashmo_tn_mc.addEventListener( MouseEvent.MOUSE_OVER, tn_over );
    flashmo_tn_mc.addEventListener( MouseEvent.MOUSE_OUT, tn_out );
    flashmo_tn_mc.addEventListener( MouseEvent.CLICK, tn_click );
    flashmo_tn_mc.x = thumbnail_group.numChildren * 150;
    thumbnail_group.addChild( flashmo_tn_mc );
    function previewLoaded(e:Event):void
    var previewArea:MovieClip;
    while(previewArea.numChildren){ previewArea.removeChildAt(0) };
    var flashmo_tn_bm:Bitmap = Bitmap(e.target.content);
    flashmo_tn_bm.smoothing = true;
    previewArea.addChild(flashmo_tn_bm);
    function tn_over(e:MouseEvent):void
    var mc:MovieClip = MovieClip(e.target);
    current_no = parseInt(mc.name.slice(11,13));
    Tweener.addTween( mc, { alpha: 0.5, time: tween_duration, transition: "easeIn" } );
    link_title.text = flashmo_tn_list[current_no].title;
    link_description.text = flashmo_tn_list[current_no].description;
    var pic_request:URLRequest = new URLRequest('fullpreviewimages/' + flashmo_tn_list[current_no].filename );
    var pic_loader:Loader = new Loader();
    pic_loader.contentLoaderInfo.addEventListener(Even t.COMPLETE, previewLoaded);
    pic_loader.load(pic_request);
    function tn_out(e:MouseEvent):void
    var mc:MovieClip = MovieClip(e.target);
    current_no = parseInt(mc.name.slice(11,13));
    Tweener.addTween( mc, { alpha: 1, time: tween_duration, transition: "easeOut" } );
    link_title.text = "";
    link_description.text = "";
    function tn_click(e:MouseEvent):void
    var mc:MovieClip = MovieClip(e.target);
    current_no = parseInt(mc.name.slice(11,13));
    navigateToURL( new URLRequest( flashmo_tn_list[current_no].url ),
    flashmo_tn_list[current_no].target );
    function move_slider():void
    if( total - start_from < no_of_tn )
    start_from = total - no_of_tn;
    if( start_from < 0 )
    start_from = 0;
    Tweener.addTween( thumbnail_group, { x: - start_from * 150,
    time: tween_duration, transition: "easeInOutQuart" } );
    flashmo_previous.addEventListener( MouseEvent.CLICK, move_left );
    flashmo_next.addEventListener( MouseEvent.CLICK, move_right );
    function move_left(e:MouseEvent):void
    start_from -= no_of_tn;
    move_slider();
    function move_right(e:MouseEvent):void
    start_from += no_of_tn;
    move_slider();
    I thank anyone in advance for even the shred of help as I have been struggling with this the last two days.

    Is it because previewArea is not being declared as a valid moveclip?

  • Mouse over to show a small flv preview clip

    Hi,
    I am hoping you can help.
    I simply would like to be able to roll over an image and on mouse over, a small 10 sec FLV preview clip appears and loops until I mouse out.
    I see it everywhere but I cannot seem to replicate it.
    Regards

    Macnimation wrote:
    Hi,
    I found what I was looking for but cannot seem to replicate it:
    http://www.videocopilot.net
    At the bottom are four images for tutorials that when you roll over them they display a short video clip
    The code:
    <a href="tutorials/blast_wave/index.html"><img border="0" src='../img.videocopilot.net/assets/public/images/vc_cool/tutorialpic s/popular/111.jpg' onmouseover="showtrail('assets/public/flash/tutorialvids/111.flv', 'video','Blast Wave',266,150,0,'hqmedia','&bull; Build a realistic explosion using&#8230;<br />&bull; Create a powerful shockwave and&#8230;<br />');" onmouseout="hidetrail();"  /></a>
    But I cannot replicate it when replacing with my own images and footage.
    Regards
    showtrail and hidetrail are javascript functions that you did not insert into your replicated page.

  • Larger image on mouse over

    Hi,
    I've got a map of the US divided into 5 territories. On mouse
    over each territory, I want to display a larger picture of that
    territory in a new window over that spot on the map. (I've got the
    map and the five larger graphics as separate files.)
    I thought I could draw the hot spots on the base map and
    assign them behaviors -- I see Open New Window in Behaviors. The
    only option it gives me is to open the new pic as a URL, replacing
    the main window.
    Is the answer the show/hide command? I see my list of
    available graphics -- can I get the larger pics in there somehow?
    Or give up in Dreamweaver and figure it out in Flash? Help
    appreciated beyond words. ttt

    > Is the answer the show/hide command?
    Yes.
    You would have to put the larger images into hidden layers
    and toggle their
    visibility.
    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
    ==================
    "templemedia37" <[email protected]> wrote in
    message
    news:g175hh$jdu$[email protected]..
    > Hi,
    >
    > I've got a map of the US divided into 5 territories. On
    mouse over each
    > territory, I want to display a larger picture of that
    territory in a new
    > window
    > over that spot on the map. (I've got the map and the
    five larger graphics
    > as
    > separate files.)
    >
    > I thought I could draw the hot spots on the base map and
    assign them
    > behaviors
    > -- I see Open New Window in Behaviors. The only option
    it gives me is to
    > open
    > the new pic as a URL, replacing the main window.
    >
    > Is the answer the show/hide command? I see my list of
    available
    > graphics --
    > can I get the larger pics in there somehow? Or give up
    in Dreamweaver and
    > figure it out in Flash? Help appreciated beyond words.
    ttt
    >

  • Image Mouse Overs = Small source pic to large mouse oevr

    Hi
    Just need to pick someones brains really ....mouse overs are
    fairly straight forward if you wanna swap the same size image but
    what if the mous eover image you want to display is larger ?
    I figured this out years ago and now cant remember for the
    life of me how to do it ...I think you edit the script dreamweaver
    puts in...
    So to recap ...small source image then mouse over to display
    a large one...also can you re do the positioning on where the mouse
    over displays ?

    You can do this many ways ways -
    1. Don't use swap image - use Show/Hide layer instead. Have
    the alternate
    image in a hidden layer that is shown when the trigger is
    'tickled'. Using
    this method you can have images that are any dimension.
    2. Use swap image, but remove the dimensions from the
    original image's tag,
    i.e., change this -
    <img name="original" width="150" height="220" ...
    to this -
    <img name="original" ...
    Now when you swap in your offsize image, there is no
    predefined size to
    change it to. Be aware that this method may well result in an
    unpleasant
    and undesirable 'rearrangement' of your page layout as it
    adjusts to your
    new image's dimensions.
    3. Pad the smaller image with canvas background color on all
    sides so that
    all the images *are the same size*.
    4. Use a SetText behavior to change the image reference in a
    container on
    the page so that it will show the desired larger image in the
    proper place.
    You can see an example here -
    http://dreamweaverresources.com/tutorials/settextoflayer.htm
    5. Use the PVII ShowPic extension -
    http://www.projectseven.com/
    Take your pick....
    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
    ==================
    "crashpolo" <[email protected]> wrote in
    message
    news:fpjrlm$83a$[email protected]..
    > Hi
    >
    > Just need to pick someones brains really ....mouse overs
    are fairly
    > straight
    > forward if you wanna swap the same size image but what
    if the mous eover
    > image
    > you want to display is larger ?
    >
    > I figured this out years ago and now cant remember for
    the life of me how
    > to
    > do it ...I think you edit the script dreamweaver puts
    in...
    >
    > So to recap ...small source image then mouse over to
    display a large
    > one...also can you re do the positioning on where the
    mouse over displays
    > ?
    >

  • Why does moving the mouse over an IMAQ image display slow the GUI down so much?

    I have a large application with several vi's running simultaneously under labview 8.6.1.  When I mouse over an image display control in one of the vi's, everything slows down a shocking amount in all the other vi's.  The windows task manager does not show a large increase in CPU use.  My pc is has a quad cpu with 4GB of RAM, and the CPU and memory loads do not appear to be terribly taxing to the system.  However, many of my vi's apparently come almost to a standstill if I just move the mouse in a circle around my image control.
    This looks like it is largely a GUI display issue.  If I make a new vi and put a while loop in it that only displays the iteration loop number to an indicator, I can see the iterating occurring, then stopping totally when I mouse inside the image display control.  When I stop moving the mouse inside the control, or when I move it outside the control, the interation loop number jumps up, as if it had been incrementing behind the scenes the whole time.  So only display of the interating was halted.
    This problem occurs even if the vi with the image control is not executing.  If the vi with the image control is open but not running, and I mouse over the image on it, the other guis all come to a screeching halt.
    Does mousing in the image display control really utterly crush all other guis in all other labview windows?  Is this an issue inherent to the image display control?  If so, is there anything I can do about this? 
    Also, this issue is not entirely limited to display.  I started looking at it in greater detail because this issue also exposed what I think is a race condition in my code.  I have a vi that acquires an image from a ccd and puts it into an IMAQ image.ctl.  This image then gets passed up to a vi up the call chain, and is put on a queue and sent over to be de-queued by a vi that has the image display control.  Here's the kicker:  when I mouse over the image display control, the image successfully gets acquired inside the subvi, and if I probe the wire leading to the output IMAQ image display.ctl, I see the image.  If I simultaneously probe the wire coming out of the subvi one level up the call chain, the image gets lost about half the time.  This only happens if I am mousing in the image display control IN A TOTALLY DIFFERENT AND SEPARATE VI.  If I bump up the priority of the ccd image acquisition vi to 'highest priority', the problem only happens about 1% of the time, and I really have to mouse around to make it happen.  Still, it's disturbing that mousing in the GUI in one window results in a failure of a separate subvi to simply pass an image up the call chain.  I understand that IMAQ images are referenced rather than passed by value, but I don't see why there should be a failure to pass the image up the call chain.  I've looked for a race condition, but can't find one.
    Eric

    I have finally been able to replicate the behavior that you are seeing on another computer once the image was large enough.  Here are a few notes about this behavior:
    First. The UI only slows down when the images are large, 16 bit images.  The reason why this is unique to 16 bit images is that they can only be displayed on the front panel as 8 bit images.  The workaround that Weiyuan suggested to change the 16 bit display mapping hints towards the root of the problem...that any time a mouse runs over the indicator, Windows asks the entire image to re-draw (having a separate indicator overlapping the image will create the same behavior).  With a 16 bit image, not only does the image have to re-draw on the screen but the 16 bit pixels need to be mapped to 8 bits.  When setting the 16 bit display mapping to Full Dynamic, this requires mor computation/pixel than 90% dynamic or one of the other mapping schemes.
    This is expected behavior if your program is running and you're trying to display a large 16 bit image.  To fix this behavior there are a couple options:
    Change the 16 bit display mapping to something other than full dynamic.  You can choose which 8 bits to display or if you want to map the bits. 
    Resize the image just for viewing purposes on your front panel (since you aren't going to view every single pixel of you image on the screen). You can use the IMAQ Resample.vi to do this.  This will allow you to take your 1500x1500 pixel image and only display a 500x500 pixel version.
    If you are interested in viewing small details of the large image, consider just displaying a smaller region of interest at a time.
    Let me know if any of these solutions work for you.  Good luck on your application.
    Zach C.
    Field Engineer
    Greater Los Angeles

  • HTML hovering over thumbnail to bring up larger image on top of it. How?

    I am new to site and first question. So hope not too silly.    I wish to have lots of small thumbnails on page and when mouse hovers over each individual thumbnail it will enlarge into a larger image - on top of the thumbnail mouse is over.   Thanks to Nancy O answering Bravats question on this, I found the following HTML from Nancy,  however..... am darned if I am able to have the image hover exactly over the thumbnail.    Not to left, not to right, etc etc,   but over top of thumbnail.    Can someone please tell me what to put in where to make this happen?  Thank you.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Disjointed Image Rollovers</title>
    <style type="text/css">
    /**BEGIN DISJOINTED IMAGE ROLLOVERS**/
    #rollover a {
    border:none;
    text-decoration:none;
    padding: 0 0.5em 0 0.5em; /**space between small icons**/
    /**remove this rule if all full size images are to share the same display area. **/
    #rollover a span {
    visibility:hidden;
    background-color: #FFF;
    display:block;
    position: absolute;
    /**adjust location of full size images**/
    left: 50%;
    top: 50%;
    /**optional full size image captions**/
    font-size: 12px;
    line-height: 1.2;
    color:#666;
    text-align: center;
    /**optional full size image borders, padding**/
    border: 5px solid orange;
    padding: 5px;
    #rollover a:hover span, #rollover a:active span, #rollover a:focus span {visibility:visible;}
    #rollover a:hover, #rollover a:focus
    {visibility:visible;}
    /**END DISJOINTED ROLLOVERS**/
    </style>
    </head>
    <body>
    <!--begin disjointed rollovers -->
    <div id="rollover">
    <p>
    <a href="#"><img src="SmallIcons/image.png" alt="some description" /><span><img src="FullSize/image.jpg" alt=" " /><br />optional caption #1</span></a>
    <a href="#"><img src="SmallIcons/image.png" alt="some description" /><span><img src="FullSize/image.jpg" alt=" " /><br />optional caption #2</span></a>
    <a href="#"><img src="SmallIcons/image.png" alt="some description" /><span><img src="FullSize/image.jpg" alt=" " /><br />optional caption #3</span></a>
    </p>
    </div>
    <!--end disjointed rollovers -->
    </body>
    </html>

    Here is my Demo.   http://alt-web.com/DEMOS/CSS-Disjointed-Image-Rollover.shtml
    First, #rollover a needs to have position:relative.
    Second, you will need to tweak left & top values to suit your needs.
    #rollover a span {
    visibility:hidden;
    background-color: #FFF;
    display:block;
    position: absolute;
    /**adjust positioning of full size images in px or %**/
    left: 0px;
    top: -140px;
    For better answers, we need a link to your page.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Mouse over images not resizing correctly in Safari

    I have a series of thumbnail images of different sizes that, by using MouseOver, cause a larger image to appear. Safari only seems to resize "larger" and doesn't resize "smaller" resulting in distorted images. This site works fine in every other browser I can lay my hands on. I have managed to get a similar site to work fine but I don't really see the difference between the two. Any ideas on what I need to do? Site that doesn't work www.IllustriousPlay.com/test/Portfolio.html Site that does work www.IllustriousPlay.com/Page1.html Run your mouse over the various images. (Be warned I'm tinkering with the site, so it may have other things wrong with it.)

    Kowhai,
    Welcome to Apple Discussions.
    I see the distortions.
    I am not involved in Web Site design, but will W3C Markup Validation Service help answer your question?
    I see Failed validation, 16 errors when I enter your URL.
    BTW, I like your colorful illustrations.
    ;~)

  • Roll over to view larger image, click to select

    Which combined server behaviors or technologies would allow
    me to create a dynamic image gallery of thumbnails that when you
    roll over any thumbnail image (images are populated via repeat
    region recordset behavior), you can view a larger image. Selecting
    a thumbnail would select the larger image version.
    I do not need to know how to create the thumbnail images
    (this would be achieved via aspjpeg with a repeat region applied to
    it) but rather how to make it work as explained.
    check out
    https://www.schooloutfitters.com/catalog/product_info/pfam_id/PFAM898/products_id/PRO987
    for an example.

    OK so I'm almost there! A little more help if it's not too much trouble.
    I've used the "mouse-over to enlarge" example and it seems to be working.
    The images sit together top left (ie. the larger image appears over the top of the smaller image and both top left corners of the images sit in the same x and y position - it appears to grow to the right and down!). Can I change this so that the images sit in the same position bottom right and the image grows bigger, up and right?
    Alternatively if it's easier I could do "mouse-over and click", but I need the click to open my image in a new window, sized to the image (so I can still see the main page in the original browser window).
    Thanks again
    Lopoc

  • Gallery Mouse Over Images

    Hi everyone, I was wondering how this Gallery was done,
    When mousing over the thumbnails, the larger image appears
    beneath.
    http://www.perrelink.com.au/portfolio/portfolio1.htm
    Would anyone have a tutorial, or advice on how thats done,
    Many thanks,
    Terrie

    Hiya Nadia, , Yes, I was able to work out how to use the
    show/hide to make
    a gallery...
    Im from Melbourne....... :)
    Thanks again for your help,
    Terrie
    ": Nadia : ** Adobe Community Expert **"
    <[email protected]> wrote in message
    news:ev7jno$3h3$[email protected]..
    > Terrie,
    >
    > Yep, Sinclair and Joe are correct, I used the
    Dreamweaver Show/Hide Layer
    > behaviour to achieve the effect.
    >
    > PS: Where are you from in Au?
    >
    > --
    > Nadia
    > Adobe® Community Expert : Dreamweaver
    > ----------------------------------------
    > CSS Templates |Tutorials |SEO Articles
    >
    http://www.DreamweaverResources.com
    > ~ Customisation Service Available ~
    >
    http://www.csstemplates.com.au
    > ----------------------------------------
    > ~ Forum Posting Guidelines ~
    >
    http://www.adobe.com/support/forums/guidelines.html
    > CSS Tutorials for Dreamweaver:
    >
    http://www.adobe.com/devnet/dreamweaver/css.html
    >
    >
    >
    >
    > "twebber" <[email protected]> wrote in
    message
    > news:ev67gk$eb8$[email protected]..
    >> Hi everyone, I was wondering how this Gallery was
    done,
    >>
    >> When mousing over the thumbnails, the larger image
    appears beneath.
    >>
    >>
    http://www.perrelink.com.au/portfolio/portfolio1.htm
    >>
    >> Would anyone have a tutorial, or advice on how thats
    done,
    >>
    >> Many thanks,
    >>
    >> Terrie
    >>
    >
    >

Maybe you are looking for