How do I insert a substitute image over another image? Dreamweaver CC

I want to have a picture with theres to words "photos" and "videos" (on top of this image).
And i would like that they get underlined- individually- when you scroll your mouse on top of each one. 
I was planning on using a substitute image of the letters -a picture of the original word and a picture of the underlines word as a substitute- but I can't find a div that will let me insert a substitute image on top of the bigger picture.
I have tried slicing the image in photoshop so that the part of the picture with the word on top is just a square that i can use for the substitute image,  but the pictures can´t be right next to each other to form the whole picture!

Yes, Ill be more specific.
I have an image and over the image there are two words: "photos" "videos".
I want to do the following: when you scroll the mouse on top of the word "photos", the word "photos" gets underlined and you can click on it and it will have a link to another page.
Now, I normally insert an "imagen de sustitucion" which i think is a substitute image and it works perfectly. But then I cant move that image to be ON TOP of the picture i want to use as a kind of backround to these words.

Similar Messages

  • Can I insert an image over another image?

    Hi there,
    I currently have a "contact me" hotspot link set up in the header of my web page
    that takes visiter to my contact page.
    I would like the button area to display a slightly lighter version of  the button
    when it is hovered.
    Is there a way to insert an image with this rollover function over another image?
    Here is link to images in question.
    Thanks for any help that you can offer!
    RC/DG

    rcshell wrote:
    Hi there,
    I currently have a "contact me" hotspot link set up in the header of my web page
    that takes visiter to my contact page.
    I would like the button area to display a slightly lighter version of  the button
    when it is hovered.
    Is there a way to insert an image with this rollover function over another image?
    Here is link to images in question.
    Thanks for any help that you can offer!
    RC/DG
    Seriously the best way to do that is using a css background image on an 'anchor' tag. When you hover over the anchor tag the background image is swapped to a lighter one.
    #header a {
    background-image: url(pathToYourBgImage);
    backround-repeat: no-repeat;
    #header a:hover: url(pathToYourBgHoverImage);

  • Displaying a temporary image over another image

    Hello,
    I am writing a program where I need to draw a filled rectangle over another image then disappear (without drawing on to it).
    The Image is on a JPanel.
    Obviously I can not use Graphics.drawImage because that will permantley draw the rectangle on the image.
    How can I achieve what I want to do here?
    Thanks
    Andrew

    Yes, Ill be more specific.
    I have an image and over the image there are two words: "photos" "videos".
    I want to do the following: when you scroll the mouse on top of the word "photos", the word "photos" gets underlined and you can click on it and it will have a link to another page.
    Now, I normally insert an "imagen de sustitucion" which i think is a substitute image and it works perfectly. But then I cant move that image to be ON TOP of the picture i want to use as a kind of backround to these words.

  • Placing one image over another

    How can I place one image over another image in java?

    Draw the bottom image first and then the top image. You would need to extend JComponent's paintComponent() method.

  • Is it possible to insert a text field over an image?

    I am creating a web form, and I would like to insert a text field over an image - basically, the person completely the form will be able to see how the text she write will look on the image.  Is this possible in FormsCentral?  Or is there a work around?

    This is something that is not supported.

  • How to add an image over another using af:image

    How to add an image over another using af:image
    Thanks,
    Veera

    i have a image which is black strip. i have added that to af:image
    <af:image source="image1" id="image" />
    on the black strip, i need to add company logo.
    how to achieve it.
    Thanks,
    Veera.

  • How do I superimpose one image over another

    How do I super impose one image over another?

    Open image A
    Open image B
    On image B, use one of the selection tools, e.g. selection brush, lasso tool, to select the object which you wish to "superimpose"
    Go to Edit menu>copy to put the object on the clipboard
    Go back to image A
    Go to Edit>paste. The object will be on its own layer
    Get the move tool out of the toolbox, and position the object and resize, if indicated

  • Mouse cursor moving mask over another image.

    Hi, Is it possible to have where the Mouse cursor is on the page moving mask over another image. Imagine a black screen with a star cut out of the middle(where the cursor is) and u can see the image behind.
    Any examples on how to do this?
    Can it be done in html instead?

    Create the mask and the background as movieclips and then assign the mask as the mask property of the bacground movieclip... as in background.mask = msk (where msk is the instance name of the mask).
    Then assign a MOUSE_MOVE event listener to the mask and in the event handler for that listener have its x and y properties assigned to be the mouseX and mouseY properties

  • Display text and image over Video Image in applet

    Hi
    I am working in JMF for a video applet.
    I have a doubt ,how we can display text and image over Video Image.
    Is anybody know how we can draw text over Video Image,pls sent a small code how can do it in applet?.
    I can do it in a frame,but it not work in a applet !
    CHT

    it is very much possible in a htmlb:button.
    its same as how you have done it in xhtmlb:toolbarButton
    working code
            <%
      data image type   ref to cl_htmlb_image.
      data: image_string type string.
      create object image.
      image->id = 'IEX'.
      image->src = cl_bsp_mimes=>sap_icon( 'ICON_EXECUTE_OBJECT' ).
      image->tooltip = 'Find the Link'.
      clear image_string.
      image_string = image->IF_BSP_BEE~RENDER_TO_STRING( page_context ).
              %>
              <htmlb:button id     = "EX"
                            text   = "<%= image_string %> Execute"
                            encode = "FALSE"
                            onClick = "EXECUTE"/>
    Regards
    Raja

  • Using the content aware move tool, I want to move an item from one image to another image but it does not seem to work. I think I need two layers on one document so how do I do this

    Using the content aware move tool, I want to move an item from one image to another image but it does not seem to work. I think I need two layers on one document so how do I do this

    Good day!
    A simple Paste does not work for you?
    It should place the clipboard content as a new Layer which you can then move around.
    If there is any chance that the elements need to be scaled, rotated etc. I would prefer to place them as Smart Objects (File > Place …) and do the masking that is specific to the images themselves in those.
    Regards,
    Pfaffenbichler

  • How can I save a region of an image into another image?

    How can I save a region of an image into another image? Should I use JAI?
    Java2d? Is there an example?
    Thank you.

    Here is what I try, but I find out I just get a black square for my output image, can you please tell me what am I missing?
              ImageIcon file=new ImageIcon("images/clouds.jpg"); // You can't open bmp files
                   // width, height looks correct:
                   System.out.println (" width" + file.getIconWidth());
                   System.out.println (" height" + file.getIconHeight());
                   BufferedImage bi = new BufferedImage(file.getIconWidth(), file.getIconHeight(),
                   BufferedImage.TYPE_INT_RGB);
                   int x = 0;
                   int y = 0;
                   BufferedImage subimage = bi.getSubimage(x, y, 40, 40);
                   File outputFile = new File("newimage.png");
                   ImageIO.write(subimage, "png", outputFile);

  • How to add a Image on Another Image in Photoshop?

    Hi
    I am totally New to Photoshop I want to add Some Image on Another Image.How to do this?
    I am using Photoshop first time...
    Thanks

    I suggest to watch online tutorial videos. Check Adobe TV for a first start.
    About your question: Open both images in PS, then switch to the one you want to add, press Ctrl+A (selects everything), press Ctrl+C (copy everything in the layer), assuming your image only has one layer, then this is OK. Then switch to the other image and press Ctrl+V to paste. PS will create a new layer and paste the image 1:1.
    Alternatively, open only the target image and place the other image per drag 'n drop in the target image, which will let PS make it a smart object (not 1:1, but can be resized).
    Then do whatever you want with the layer of the added image.

  • How can I insert a completed file into another PDF file I am developing?

    How can I insert a completed file into another PDF file I am developing?

    Please refer : http://acrobatusers.com/tutorials/how-to-insert-a-pdf-into-a-pdf

  • How do I copy one image onto another image?

    How do I copy one image onto another image?

    Lots of ways;  Use the Place command to place a file in another.  Open two files and drag one to the other's window tab, drag an image from bridge onto an open file.  Open an image, press ctrl/cmd-A to select all, the ctrl/com-C to copy the image, the ctrl/cmd-V to paste it into another image.

  • How could I insert the deleted row into another table within a trigger?

    Hi,
    How could I insert the deleted row into another table within a trigger? The destination table has the same columns as the source table. Since the statements are in the trigger, it is not allowed to query the source table named 'test'. Thanks! The trigger is as follows, uncompleted:
    CREATE TRIGGER delete_trigger
    AFTER DELETE
    ON test
    FOR EACH ROW
    BEGIN
    -- How could I insert the deleted row into another table
    END delete_trigger;
    Message was edited by:
    user569548

    Hi,
    I'm not sure what's wrong there.
    I read the oracle docs about ANALYZE and ALL_TAB_COLUMNS, and did the following:
    ANALYZE TABLE my_tab VALIDATE STRUCTURE; //went ok.
    SELECT column_name
    FROM all_tab_columns
    WHERE table_name = 'my_tab'; //but no rows selected?
    This topic might not be what this thread should be about. Here I posted a new thread:
    How to get colum names of the newly created table?
    Thanks.
    Message was edited by:
    user569548

Maybe you are looking for

  • T.Code F.13

    Hi All What will the possible causes be when  entries per purchase order that match in value and quantity  remains in open items after F.13 (AUtomatic clearing) is executed Vishnu

  • Error running DBMS_REDEFINITION.copy_table_dependents!!!

    Hi, When i run DBMS_REDEFINITION.copy_table_dependents package i am getting the following error. Error at line 1 ORA-01031: insufficient privileges ORA-06512: at "SYS.DBMS_REDEFINITION", line 233 ORA-06512: at "SYS.DBMS_REDEFINITION", line 1952 ORA-0

  • Creating a LIb file using NWDS

    Hi, can anyone please guide me how to create a library file , we are using NWDI for our development purpose.The objective is to put all jars file inside one component and then use them globally. I have posted the same in portal forum , points will be

  • How to install local J2EE engine

    Hi Experts, I am trying to install the J2EE engine to my local PC in order to do development for WebDynpro. Does anyone have any step by step procedure of doing this? I have searched through the forum and found some threads, but I couldn't quite unde

  • HOW DO I RENDER A STILL IMAGE AND KEEP QUALITY

    I'm still in search of help with why High Res. still pictures lose quality when I render.   The images are at 300dpi, roughly 1900x1200 (they vary in size).   I input them fine.  Then, when I go to put them on the timeline - I get a pop-up window ask