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
> ?
>

Similar Messages

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

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

  • 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

  • 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.
    ;~)

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

  • Mouse Over Image

    Example Here
    On this website there is a list of different items. Picture
    of it and then the name. When you put your mouse over it, an image
    shows up where the mouse is, that follows the mouse. Is this
    possible to do in Dreamweaver?

    Ok, the code attached is the entire source on a page I found.
    It was the perfect page for showing me what I want.
    Here is a link to
    the page.
    I copied the entire source and pasted it in a separate .html
    on Dreamweaver to look at and mess around with. When I view it in a
    browser it looks the same (minus the images) but when I mouse over,
    it does show the text it should, but it is surrounded by code, as
    if Dreamweaver is not supporting it or something. I think what it
    is using is DHTML, is that the reason why it is not working
    properly? This was the best I could find on source for what I am
    looking for, but I will continue to search.

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

  • Safari 4 images all have red cast until mouse over?

    I've searched fairly extensively for anyone else having this same problem, and I note a number of possibly related threads on the colour/color management in Safari, but this problem seems to be slightly different. Perhaps someone will tell me this is a feature, but I can't find it listed. I'm finding that on many pages, such as www.news.com.au, images (of any size) have a distinct orange or red cast until I pass my mouse over them. A smaller but possibly related problem occurs with text and especially links, which are sometimes a garish bright blue until my mouse rolls over them.
    To fix the images requires only a mouse over, and seems almost instantaneous, but this is tedious, and the pages look really ugly. Does this happen on all pages? No, for instance I did a search for "Steve Jobs" on Google images and the results all look fine. Do I have a MBP and a second monitor (which has been mentioned in the other threads)? Absolutely, a 24" Apple LCD.
    If I understand the color management issues, images don't suddenly correct themselves when you move the mouse over them, which is why I thought I'd post this to see if there is a fix, or if anyone else is experiencing the same thing.
    Thanks for any replies.
    Ivan

    And I'd like to report that although the red cast has gone away, it pales in comparison to the new problem, where images go monochrome/sepia, which I'm now experiencing. Moving the window over to the laptop screen and back to the second display seems to fix it, not exactly a great workaround. I hope someone fixes this bug soon, it's pretty nasty.

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

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

  • Mouse-over image resizing in CS4

    on my website (www.kogamusic.us) i have an image that changes to another image when mousing over it. the two images are different sizes, so as it is now the second image distorts because it is constrained to the aspect ratio of the first image. My question is, how do i make it so that both images auto-resize depending on the size of the window while keeping the second image constrained and distorting to the size of the first image. I am able to auto resize the first image with with=#% and hight=#%, but i can't figure out where to put html in the correct place to auto-resize (while constrained and distorted) the second image.
    this is the code i am looking at:
      <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','DSC03696.jpg',1)"> <br />
    <img src="fish pencil.jpeg" name="Image2" width="538" height="830" border="0" id="Image2" /></a><a href="mailto:[email protected]">[email protected]</a></p>
    <p> </p>
    THANKS!

    Hard to say. Just maybe a hickup in the system. The popping up is slightly delayed on about every system but I have never had them not pop up at all.
    Anyways, here is a link that pretty much fixes weird stuff happening in Photoshop that is called resetting the Prefs.
    http://forums.adobe.com/thread/375776?tstart=0

  • I'm using Firefox on a Windows 7 OS, and I want to know how to disable the small window that appears when I hover my mouse over a tab, bookmark, etc.

    Okay, so when I'm using Firefox, say I have multiple window open, I hover my mouse over a window's panel at the bottom of the screen and a small box appears telling me about the webpage on that panel. The same thing occurs when I hover over a tab or a bookmark, it's very annoying and frequently blocks my cursor when I'm trying to work. How can I disable this feature?

    I do not use Adobe Reader, but use Foxit Reader in its place, and had the same problem. In Foxit Reader, I right-clicked in the area at the top where you would expect the toolbar to be (it was a blank area immediately above the displayed PDF file), and chose which toolbars to display and that has "stuck" and I still see the Foxit toolbars when I load a PDF file after system shutdown overnight. The only problem is that the area where you would expect the toolbars is still there and blank, but the toolbars that I selected appear immediately below that blank area. See if that works in Adobe Reader for you.

  • How to get text when mousing over image?

    Hey there, I am extremely new to Flash, but know other Adobe programs so tend to learn quickly.
    I desperately need to find out how to get text to pop up when i mouse over PART of the image and i havent been able to find any help online in the last two days (pulling my hair out in stress).
    Now i uploaded a rough mock up i did on Photoshop, so you can see when i mouseover the top layer of the cake i need a line to stretch out and the text to pop up at the end of it. Similarly if i moused over the cherry another piece of text needs to come up in the same manor.
    Also since i need it to be a website link so what format do i open it with when i go to FILE- NEW?
    Honestly thank you so much in advance to anyone that helps

    First you have to choose if you want to handle devices. If not and you want to stay in Flash I'll stick on topic.
    In the HTML version you could either use a good old fashioned image map (they're still fine in the HTML5 era) or you could use a layering technique (here's a random layering example).
    In Flash you can do it a few different ways. If you intend on keeping the image intact as a single object then you'll be essentially doing the same as an image map. You can draw invisible hitareas on the various parts of the object and have those areas trigger a specific function that will display your text. If you break up the image into the separate parts then you can directly assign those parts to fire off a function themselves.
    First I'd like to know your desired direction.

  • Images in Table move on Mouse Over

    I made a simple table-based photo gallery.  
    On mouse-over, a coloured bar appears at the bottom of the selected image.  At the same time the image moves upwards slightly, presumably the same distance as the width of the coloured bar.  
    Depending on the position of the image within the table, either one or more rows within the table move at the same time.
    I received some feedback from a viewer that they do not like this movement of the table
    Can you suggest any way to make the table more stable, i.e. remain still during mouse-over.
    See: http://www.eyta.org.uk/photos.html

    First, I don't like table-layouts.  They're last century's layout approach.  Nobody uses table-layouts anymore.  We use CSS floats now.
    Photo Layout example:
    Alt-Web Templates :: CSS Semi-Liquid, Photo Proof Sheet
    Secondly, if you're adding a border on hover, you need to add similar same sized border for the non-hover state.  Otherwise the jumping is inevitable owing to how the CSS box-model works.
    Example CSS:
    a {text-decoration:none; border-bottom: 1px solid #FFF}
    a:hover {border-bottom: 1px solid #000}
    Nancy O.

Maybe you are looking for