Mouse-over pic A to make pop up pic B ...

Hi there!
Could need a quick solution for this, cause my (too) limited HTML knowledge doesn't help a bit ...
I have a permanent picture A which, while mouse-over, should make picture B pop up.
A mouse-over at picture B area (which is again invisible then) should make picture C pop up, which is on the same location as picture B.
A mouse-down on that poped up picture C finally should perform a switch to another html page ...
See this image for better understanding: www.manscha.de/TRANSFER/screen.JPG
How can I manage this with Dreamweaver???
Thanks a lot —
Klaus

CSS Disjointed Rollovers tested and work in IE6, 7, 8, 9, Firefox, Opera, Safari & Chrome.
NOTE: CSS rounded borders and shadows are NOT supported in pre-IE9 browsers.
You can use the code from any demo on my site. And if you're inclined, make a donation through PayPal.
http://alt-web.com/Donate.shtml
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

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

  • If I have a box with a title strip at the bottom, how do I make the strip pop up on mouse over

    So I am building a website for my company and Ive hit a brick wall on something that I know I could make work correct but I dont have the time and dont want to contiue to waste time experimenting. I have been using adobe flash and I know how to use it but not on this level I guess, I have got it to work in some cases but seems like it would be the worst to edit if needed.
    Im trying to make a box (button) that has a visible title strip at the bottom of it. When you mouse over the title slides up and it shows information, which you can click to go to a link or mouse out and it will go back down. Ive been trying everything and something always seems to not go just right. I need it to be fluid, for I will be doing it to 6 boxes in a row on the landing page of the site. Please let me know if anyone knows what Im talking about or can help in any way possible! There is an example on the sony site near the bottom with 4 boxes.   http://www.sony.com/index.php
    Also, If anyone were to know the answer to the Q above, What would be the best template to start in for this?
    Thanks, T

    Consider something like a JavaScript library for your tabs. You can do it yourself with standard jQuery effects easily (http://learn.jquery.com/effects/intro-to-effects/) or even use something premade as a wrapper if you really choose like jQuery UI (http://jqueryui.com/toggle/). Simple things like revealing content via a tab should be done in a modern way.
    The content of the tabs can be SWFs if you really have some serious animations/etc they can exist inside there.

  • Pop Up Text in an applet on mouse over event

    Can anyone help me to design a pop up text message to be displayed in an applet on moving your mouse over a particular control. Plz. Its urgent

    To show a pop-up use javax.swing.Popup. Add a mouse listener to button. When mouse enters the button pop-up shows and when mouse exited the button, pop-up disappears. This pop-up is capable of displaying simple message to any swing component. Sample code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    * @author mrityunjoy_saha
    * @version 1.0
    public class AppletWithPopup extends JApplet {
        private Popup popup;
        private JButton button;
        private JLabel message;
        @Override
        public void init() {
            setLayout(new FlowLayout());
            button = new JButton("Hello");
            message = new JLabel("This is a JLabel. It can be any swing component.");
            button.addMouseListener(new MyMouseListener());
            add(button);
        private class MyMouseListener extends MouseAdapter {
            @Override
            public void mouseEntered(MouseEvent e) {
                System.out.println("Mouse entered.");
                PopupFactory factory = PopupFactory.getSharedInstance();
                popup = factory.getPopup(AppletWithPopup.this, message, (int) button.getLocationOnScreen().
                        getX() - 20, (int) button.getLocationOnScreen().getY() + 40);
                //popup = factory.getPopup(AppletWithPopup.this, message, 50, 10);
                popup.show();
            @Override
            public void mouseExited(MouseEvent e) {
                System.out.println("Mouse exited.");
                if (popup != null) {
                    popup.hide();
    }If you are talking about alert box (where some message can be displayed), in above example instead of javax.swing.Popup use javax.swing.JOptionPane. In case you are using JOptionPane, make it visible in mouseEntered() method and hide it in mouseExited() method.
    Thanks,
    Mrityunjoy

  • Creating an interactive CV: mouse over / roll over pop ups, embedded documents and videos

    Hi everyone,
    I am pretty new to Adobe Acrobat Pro and new to this forum (1st post here!). Greetings from Spain... and apologies for grammar mistakes and misleading explanations (in advance). I have been checking this forum and googling quite a bit, but I do not get to many conclusions (maybe I sleep few due to our baby!).
    I want to create an interactive CV with the following characteristics:
    1) CV in 1 page in a PDF document (no problem here!)
    2) Hyperlinks in the text which open embedded files (pdf of others) hidden to the viewer but which are in the pdf document. Possible? (I want the recruiter to receive just one file). Even better if they could be open in another window (doubt it).
              How could it be done? I try add documents and they are attached at the end, so the original pdf gets to have more pages, all viewable.
    3) Furthermore, mouse over / roll over pop ups which show you a preview of the file you may open clicking the hyperlink, for a quick view of the content.
              I think that this may be done, but using other programs, like InDesign. I just try to add a document, but it's sort of a link to a document in my computer. I may add pdf, pps files.
    4) Even more, would it be possible to embed a video which would open in a new window? If not, I tried to add a link to youtube and there was a warning as "this program tries to open a window, if you trust the owner... " (similar safety message) and the very last thing I want the recruiter to have to decide whether to decide to watch it or not.
    I know its a questions in its very first stages, but the big point is to know if/what it is possible to do, so that I search in the right direction.
    If you have any idea or advice (even if not related to PDF pro, of course), just please let me know.
    Thanks a lot in advance. I hope this thread may help others.
    Cheers,
    tebanseeker

    Hi Dave,
    Thanks a lot for the input.
    (3) Right, I could not find either a way using just Acrobat Pro (I'm using XI). Sad thing that you confirm it... But it looks like you may do it using other programs on the PDF, but I don't know to use them. You may take a look at this:
    https://www.youtube.com/watch?v=HEyJuT8SSME (popup rollovers using Illustrator)
    https://www.youtube.com/watch?v=YOVRMVdZbVE (popup rollovers using InDesign)
    (4) I think that embedding would make the file to big, so I may opt for the hyperlink to youtube option, even if I deeply dislike that message, although youtube is a reliable source for the viewer.
    Any other input is very welcome. I am pretty illiterate in the field!
    Have a nice weekend,
    tebanseeker

  • With the newest auto update version of firefox there is now a white bar that pops up when you move your mouse over that area. i want that gone, how?

    when you move your mouse underneath the address bar a white bar pops up, this makes it so you can't click buttons or links on websites, like login buttons for example. also when in full screen mode you can no longer mouse over tabs at the top of the screen, only that white bar shows up. that prtty much kills full screen usage for me. so that popup white bar and the full screen with the white bar without tabs has just about ruined firefox for me. anyway to fix this would be great.

    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    <BR>While you are in safe mode;<BR>
    '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.
    ===============================================
    Hello,
    In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    Thank you!

  • How to make yellow dialog box not come up when I mouse over tabs?

    I hate the little small yellow background colored dialog box that pops up when you mouse over tabs on Firefox on Mac.
    The reason why this is an in convenience on the Firefox in Mac is when a dialog box comes up and you minimize Firefox the dialog box stays there on the screen, so you have to bring Firefox to the front and then mouse over it til the box go's away, and then finally you can minimize Firefox without having the dialog box stay on your screen.
    To negate this problem I want to know if their is a way for me to disable that dialog box from coming up at all. It also comes up when I mouse over my all in one sidebar add on and I have noticed it when you mouseover links on certain sites, like in Pandora when I am mousing over the different artists in my list the little box comes up, again it's not needed and very annoying.

    you must modify '''browser.chrome.toolbar_tips'''
    type in the address bar '''about:config'''
    then press the button''' i'll be careful i promise'''
    then type in the bar '''browser.chrome.toolbar_tips'''
    then '''Double-click''' on it, to make it''' false'''
    exit firefox and restart-it.
    See for more info : [http://kb.mozillazine.org/Browser.chrome.toolbar_tips Browser.chrome.toolbar tips ]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • How do you create the 'cream pop-up info text boxes' that appear when you hover mouse over?

    Hi people,
    I really need to know how you create the 'cream pop-up info text boxes' that appear when you hover your mouse over an object on a webpage (and often in any program e.g. Photoshop) for more than a second. I need to know because the logo on my website is the navigation tool used to return to the homepage. It is always found in the top left so the user can always click it to return.
    The only problem is im the only one who knows that when you click my logo, you return to the homepage. I need one of these 'cream info boxes' (forgive my lack of knowledge) to appear so the user will figure it out.
    Thanks for taking the time to read my question...

    Using your code it should look like this where title attribute is in red:
    <div id="apDiv2"><a href="index.html"><img src="divs_dw/jtgd_logo_trans.png" alt="jtgd_logo" title="your description goes here" width="176" height="163" /></a></div>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Mouse over pop up - not sticky note-can it be done?

    I am curious if there is a feature in Acrobat where by mousing over an area you can get a pop-up that provides information about the area you have moused over - much as you get when you hold the mouse over an item in the toolbar. I have looked and tried but, other than sticky notes-which are not really what I want - I have found nothing.
    Is that possible in Acrobat?
    Would appreciate any info or ideas.
    Joe

    You can use the button tool to create a button and in the properties add a tooltip. That will show on mouseover.
    Be sure and set the properties with no fill or border so it won't be visible.

  • Pop up of some comment on mouse over to a particular component

    I have a column chart which display revenue for different products. I want to dispaly som comment on mouse over to a particular product. I have tried implementing it using a labels and dynamic visibility, but here in this solution I am facing problems due to default value. By default a label (comment) for a first product is displayed. I want a comment to be displayed only on mouse over.
    How Should this be implemented. Is there any other way to show pop ups on mouse over.
    Thanks
    -Anamika
    Edited by: anamikajain21 on Nov 12, 2009 10:06 AM

    Hi
    You may wish to take a look at Anil's example here:
    http://xcelsiusandme.blogspot.com/2009/07/xm-sample-7-customizing-mouse-over.html
    Regards
    Charles

  • I DEVELOPED A WEB SITE USING WEB PAGE MAKER WITH A MOUSE OVER TO PLAY A WAVE. WORKS IN IE BUT FF WILL NOT LOAD THE FILE IN HE BACKGROUND. WHEN I FIRST OPEN THE PAGE TO TEST IT WONT PLAY THE .WAV ANY SUGGESTIONS ADD ONS ETC NEEDED THANKS

    I've developed a site using "web Page Make" I put a graphic on a page with a mouse over that morphs the graphic and plays a brief wave. I works with I.E but no go in FF 3.63.I am previewing this off a local networked drive. No problems with other net site with embedded audio do I need a certain add on etc. Can anyone offer some advice. Thanks
    == This happened ==
    Every time Firefox opened
    == I preveiwed the site and try the mouse over feature to excute the wave

    Make sure that you do not use bgsound to pay that music.
    See http://kb.mozillazine.org/Background_music_does_not_play

  • How do i change or hide the dialogue box that pops when i mouse over a link?

    i'm using adobe acrobat standard.
    i'm editing a document and adding links into the PDF to my website.
    i prefer only to show the "hand/pointer" when you mouse over the link.
    is there a way to:
    a. hide the dialogue that pops up when you mouse over a link?
    b. is there a way change the dialogue that pops up when you mouse over a link (e.g. Click Here versus the actual URL).
    Much thanks,
    KK

    Moving the discussion to Creating, Editing & Exporting PDFs forum.
    Thanks,
    Atul Saini

  • Filmstrip doesn't pop up on mouse over...

    Only just started happening, when you hover the moue over the little up arrow icon on the filmstrip bar it just flashes brighter for a second and stays resolutely where it is! I can click the icon and the bar will expand as expected, clicking it again collapses the bar as expected. Only thing to note is the little icon on all the other bars shows as a mottled effect when collapsed but the filmstrip shows clean white!

    Hey answered my own question :-) it's a double click that sets whether auto pop-up on mouse over works or not - I must have accidentally double clicked the filmstrip bar at some time!! Hope this helps if someone else has this problem... :-)

  • How do I disable the webpage preview that pops up when I hover my mouse over a tab?

    I don't know why this started today, but it is driving me nuts!
    I was surfing the net, when all of a sudden I noticed that whenever I hovered my mouse over one of my tabs, a (poorly rendered) preview of the webpage popped up from my mouse. I really do not need this feature. I don't need to have a mini-webpage preview of another tab.
    Please, how do I disable this feature?
    *note: I have disabled all my add-ons, and still nothing. I disabled my hardware acceleration, and still nothing. Please!

    I've never noticed that. Do these old threads shed any light?
    * [https://support.mozilla.org/en-US/questions/924758 Disabling the tab drop down preview window??] - FVD suite
    * [https://support.mozilla.org/en-US/questions/884412 How can I disable the tab preview when I hover over a tab?] - other add-ons/settings

  • Mouse over for pop-up

    Is it possible in Acrobat 8 to create a mouse over option that would reveal a pop-up? For instance, I have a map and I would like a persons name to pop-up when someone mouses over a state.
    Thanks
    Dave

    Hi David,
    i saw your question about creating a popup.
    I would like to creat a popup in a PDF with Adobe Acrobat Profession Version 7 or 8.
    Do you know how to create a popup which is normally invisible, only when the cursor is above a certain term then the popup is getting visible?
    Do you know if it is possible to insert pictures or Power-Point-Screens in a popup on a PDF?
    It would be great if you could help me!!
    Please send me an EMail to:  [email protected]
    Thanks for your help!!
    Greetings
    Frank

Maybe you are looking for

  • HT201317 Photo stream photos on macbook do not show on ios devices.

    When I take photos on my iphone they show up on my MacBook Air. When I add a photo to my photo stream on the MacBook Air they do not show up on my iphone. Did I miss something? Is it only one way?

  • Some songs not synching

    I subscribe to several podcasts featuring a song of the day. Because I want to listen to the songs with other music (e.g., in a playlist), I convert those podcasts to music by changing the Media Kind on the info screen. As far as I know, this doesn't

  • How doI Import HD clips from HTC Desire HD for use in Final Cut Express?

    Before anyone says it I know it's dead easy with and iPhone but how difficult is it to import video from the HTC Desire HD to use with Final Cut Express? I am looking at purchasing this phone and would be interested in people's thoughts.

  • How to toggle hidden files

    With the new Mountain Lion, my previous keyboard short cut to toggle "show hidden files" doesn't work anymore.  There was also a widget that you could download to do the same thing, but stored on mobileme, which is shut down. What can I do so I have

  • CUCI Lync issue "Calls cannot be placed at this time"

    Hello! Could you please assist with the folowing? Quite a time ago the CUCI Lync accounts were configured and working fine. I haven't touched their configuration at all since then. So now I 've got the need to use these accounts and met the error "Ca