Overlapping images over animation

Hey, this is John again. take a look at this screen shot. I was wondering how to overlap the image in the left slightly over the left side of the center animation and the right image slightly over the right side of the animation. Basically I want to have the left and right sides of the animation slightly covered by the images. I thought I could just select the images and freely move them around, but I guess not.
thanks for your help.
John

DW isn't a graphics app like Photoshop.  So no, you can't click and drag to manipulate elements on screen.  You need to think in terms of code.
Either rotate your photos beforehand using your graphics application and then save for web. 
Or use the CSS level 3 property of transform:rotate.  The former works in all browsers.  The latter works in most modern browsers EXCEPT IE.
Arched Menu Demo
http://alt-web.com/DEMOS/Arched-menu.shtml
The other options is to use a script.  The following example uses jQuery Rotate:
http://alt-web.com/GALLERY/Photo_Gallery.html
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/

Similar Messages

  • Animated gifs: How to transition (fade) 1 image over another

    Fireworks noob, trying to make an animated gif in CS4, reading/experimenting for hours, searching FW help documentation, Youtube tutes, Google - can't find how to pull off this basic fade.
    6 unique but same sz. jpgs in my .png (default FW worksheet doc), each a different "state" in the states palette. Got the basic timing down, all 6 pop up one after another, but I want transitions - #1 fades into #2, 2 into 3 etc. - possibly 3-4 step fade.
    How?
    Where are the other transitions/effects hidden?
    Doesn't FW have some kind of animation timeline feature where you can click through frame by frame?
    Ready to go back to Gifbuilder...
    TIA!

    Gif animations are for poster-like images. They don't work successfully with JPEGs because the file size ends up enormously large. The best program to use for whast you want to do is Flash. That said, Fireworks has an animation wizard that will fade images for you. Select an image and choose Modify > Symbol > Convert to Symbol. A dialog box will pop up enabling you to choose which type of symbol you wish to create. Choose Animation. From there, just follow the wizard. To fade one image over the other, you'll need to convert the images to symbols and animate them on different states  (frames). Symbol 1 on state 1. Symbol 2 on state 10. Symbol 3 on state 20, for example.

  • [CS3][JS]avoid overlap image?

    Hi,
       When I am placing graphic/Image, Is there any way to avoid overlap image( the image lie on the top of other image)? When I am placing textframe in the document, textframe has the textwrappreferences to avoid the overlap. Like that is it possible with Image? I have placed my graphic/image inside the textframe/rectangle.
    Please advice me.Sorry for any confusion.
    Regards,
    Kumar.

    You should understand what happens with the text in a text frame, when it hits the border of a Text Wrapped object. The text itself reflows; yet, it stays inside its own text frame. If the text frame is not large enough to contain the reformatted text, you get the red 'overflow' marker.
    Now imagine there is such a thing such as Image Wrap. You import an image and -- as usual -- you want its frame to have exactly the size of the image itself. What happens if you drag this frame over another one? The image inside the image frame should shift, but where to? (As there is no such thing as 'overset image' -- you would need to invent that too!) So, still analogous to our text frame-with-text (where the text frame is usually much larger than actually needed), you would need to make the image frame large enough to have a reasonable space for the image inside it to move around.
    You can even try this out right now: cut an image and paste it into a text frame. Set the text leading to Automatic, so the image stays totally inside the text frame. Now drag this frame over another one with text wrap and see what happens to the image.
    As this is the Scripting forum, I suppose one could write a javascript that checks whether any image overlaps any other, but having the same javascript solve it automatically seems a bit optimistic.

  • Overlapping Images Via A Link

    It's safe to say that I'm pretty new to Dreamweaver... I know
    a little bit, just a heads-up.
    I know more Flash than Dreamweaver.
    I've got two frames, frame one, frame two. In frame one are
    the text links... RedDots, BlueDots, GreenStars, YellowStars. Each
    of these text links links to an image coresponding to its name. In
    frame two is the image (a white circle for arguments sake) that
    will change. I've easily gotten the text links changing the image
    in frame two, you click on RedDots and the image in frame two
    changes to the RedDots image, you click on BlueDots and the image
    in frame two changes to the BlueDots image, etc, etc.
    What I want to do is overlap those images as they are clicked
    on. So you have the white circle in frame two and when you click on
    GreenStars that image is placed over top the white circle in frame
    two. Then if you click on YellowStars that image is placed over the
    GreenStars which is over top the white circle, etc, for up to 6
    overlapping images.
    Also, I would need a separate link that will allow the user
    to go back one step. If they placed the RedDots over the BlueDots
    by mistake and really wanted the GreenStars, they could click this
    'go back one' link.
    Any help is appreciated!
    Thank you!

    Hi,
    Please look under Sample Application page 13.
    In general it is passed with IR_ to the field name...
    select 'f?p='||:APP_ID||':2:'||:app_session||':::2,RIR:IR_CUST_STATE:'||...
    I hope this is helpful
    LK

  • Floating image over image

    Hi,
    Does anybody know how I can float 1 image over another, so I
    can overlap 1 image.over the corner on another.
    At the moment my page is in html.
    Thanks for any help.
    Andrea

    "Andreabasket" <[email protected]> wrote in
    message
    news:gdakf1$pbh$[email protected]..
    > Hi,
    > Does anybody know how I can float 1 image over another,
    so I can overlap 1
    > image.over the corner on another.
    >
    > At the moment my page is in html.
    This may help:
    http://tjkdesign.com/articles/png_overlay_with_no_extra_markup.asp
    It shows how to "stuff" two images in one.
    Thierry
    http://www.TJKDesign.com/go/?0
    | Articles and Tutorials
    http://divahtml.com/products/scripts_dreamweaver_extensions.php
    | Extensions
    that keep your markup clean
    http://www.fourlevel.com/ |
    CSS Menus, Gallery, Tab Panels, etc

  • Overlap image

    Hey!!!
    Is there anyway I can overlap an image on a JButton?
    I have an image set on it already and I want to place a slightly transparent image over it when that button should not be available to click. So that the main image is still visible but dimmed out due to the covering.
    Thanks!!!!

    1. Every LookAndFeel I could experiment with creates and displays a disabled version of the icon when the button is disabled [setEnabled(false)].
    2. If your JButton is made
    not be available to clickby some other mechanism i'e setEnabled(false) is not invoked OR if you are using a custom LaF which does not create a disabled icon, you can create it using MetalLookAndFeel.Icon disabledIcon = new MetalLookAndFeel().getDisabledIcon(null, enabledIcon);db

  • 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

  • I did a presentation with many images and animations, now I need to change only the images without modify the related animations. How can I do it?

    I did a presentation with many images and animations, now I need to change only the images without modify the related animations. How can I do it?
    I use Keynote 09

    Select the image you want to change and go to Format Menu>Advanced>Define as Media Placeholder (or command, option, control i).

  • How to draw make the overlapped images on a JToggle Button draggable

    Hello all:
    I have a JPanel chart set with GridBagLayout. Each cell is a JButton,
    I've create several overlaping images (from my existing images) using JLayeredPane
    and adding on one particular cell JToggleButton. The images are displayed, but I don't know
    how to make it draggable for users to drag to another cell within GridbagLayout.
    I have been stuck on this for a long time, I'd appreciate if anyone give me some help
    on this.

    Hi kglad -
    Thanks. That worked perfectly.
    Surely you jest with me.  Since I couldn't script a play button where in my brain do you think I would I find the cells to "use listeners for the video playing/stopping to control bigPlay_btn's _visible property".
    That's okay.  I'm sure after answering almost 50,000 questions it's easy to forget who you're talking to.
    Thanks again.
    Josh

  • How to overlay color image over a grayscale image without IMAQ?

    I would like to display a color image over a grayscale image; I would like the color image look translucent. How would I do this without using IMAQ functions? I am currently displaying my grayscale image using Intensity Graph.

    > I would like to display a color image over a grayscale image; I would
    > like the color image look translucent. How would I do this without
    > using IMAQ functions? I am currently displaying my grayscale image
    > using Intensity Graph.
    Transparency and overlays are really just arithmetic on the images. It
    is either done by the windowing system or by you. At the moment you
    can't set transparency on LV controls. You can set it on LV floating
    windows on some OSes, but then you will need to have the windows lined up.
    A more direct approach is to lighten or darken the color image elements
    based upon whether they will display over white, black, or a shade of
    gray. If the images don't have the same size pixels, this will have a
    first step of resampling th
    e images so they do. Then combine the pixels
    using the transparency you were going to apply to the color and the
    shade of gray beneath it. I'm being vague here because there are lots
    of physical models for combining colors.
    If I look in my paint program I see about fifteen, so this is where you
    get to make a choice and decide if black behind a red pixel is black, or
    dark red. It all depends on whether these are two transparent
    images(acetate sheets) backlit, or is it a transparency over a
    nontransmitting media like paper. Anyway, if you can be more specific
    about what you want, none of this is hard, typically just scaling the
    int32s, adding, and some sort of normalization.
    Greg McKaskle

  • Overlay a still image over video.

    I am editing a lot of video and have a need to lay an image over the video, like down the left column or even across the bottom.
    What I am doing is editing footage of a poker game we filmed and I want to be able to display the players' hole cards like they do on TV.
    Does anyone have a solution for this? I've looked and looked with no success.
    Thanks for any help you can offer.

    In iMovie 08, when you overlay a photo over video, it takes the whole screen. iMovie 9, which comes out later this month, should have the ability to do what you are describing.
    Also, if you have QuickTime Pro, you can do this as well. QuickTime Pro is not as intuitive as iMovie so get a good book to help. One such book available from frequent forum participant [QuickTime Kirk|http://homepage.mac.com/kkirkster/book/index.html]

  • New ways to overlap images in CS6?

    Is there any easy way to overlap a float-left image on top of a float-right image ?  I have read previously posted suggestions (layers, z-values..), but maybe it's made easier now in CS6 and CSS3?

    Probably need a little more info to give you a good answer. There are many ways to overlap images.
    The easiest would be to use one container with a background image, then place a standard <img> tag in the same container and position it accordingly.
    A couple of absolutely positioned elements with z-index would be another way.
    Relatively positioned elements with z-index would also work.
    It really all depends on what exactly you want to do and how your page is currently written.

  • How do I get LR Slideshow to output 4k images over HDMI to my Sony 4k Projector? VPLVW1100ES?

    From my 2014 15" MacBook Pro How do I get LR Slideshow to output 4k images over HDMI to my Sony 4k Projector VPLVW1100ES? I can work in LR on the Sony at full resolution but Slideshow will only output 1080p.
    Thanks,
    John

    Hello JaeRoc48,
    I understand that the sound is not working.
    Go to start.
    Type Sound.
    Select sound.
    Select speakers as default.
    Click OK.
    Let me know how everything goes.

  • Question about setting the background from an image over the internet.

    Hello ,
    If I want the background of my panel to be set from an image over the internet directly do I just add that URL right away like this :
    protected final static String imagePath = "http://www.engr.wisc.edu/2010/background.jpg";
       icon = new ImageIcon(AuthScreen.imagePath);
            JPanel panel = new JPanel(){
                protected void paintComponent(Graphics g)
              Dimension d = getSize();
              g.drawImage(icon.getImage(), 0, 0, d.width, d.height, null);
              super.paintComponent(g);
              };instead of this :
    protected final static String imagePath = "d:\\javaapps\\bg.jpg";cuz I did that but it isnt working .
    Thanks.

    I don't see how, try it out:
    import java.awt.*;
    import java.awt.image.*;
    import java.net.URL;
    import javax.swing.*;
    import javax.imageio.*;
    public class ForumJunk{
      ForumJunk(){
        JFrame f = new JFrame("Forum Junk");
        JPanel p = new MyJPanel();
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.add(p);
        f.pack();
        f.setVisible(true);
      public static void main(String[] args) {
        new ForumJunk();
      class MyJPanel extends JPanel{
        BufferedImage bi = null;
        MyJPanel(){
          try{
            bi = ImageIO.read(new URL("http://www.kodiakfishingbc.com/Editor/assets/chris03resize.jpg"));
            this.setPreferredSize(new Dimension(bi.getWidth(), bi.getHeight()));
          }catch(java.io.IOException e){
            System.out.println(e.toString());
        public void paintComponent(Graphics g){
    //      super.paintComponent(g);
          ((Graphics2D)g).setBackground(Color.green);
          g.clearRect(0, 0, bi.getWidth(), bi.getHeight());
          g.drawImage(bi,0, 0, this);
          super.paintComponent(g);
    }

Maybe you are looking for

  • SOAP to JDBC Synchronous scenario

    Hi experts As per my requirement iam going to do SOAP to JDBC. Please guide me how to do SOAP to JDBC (synchronous) through XI .any step by step docs or blogs related to this please forward to [email protected] if helpful points will be rewarded. Reg

  • 'Create' Push button is not working in BDC and LSMW while uploading G/L master data

    Hello Experts: I am facing the following problem: While uploading G/L master data with the BDC program, 'create' push button is not working  even after executing following lines. PERFORM BDC_DYNPRO      USING 'SAPLGL_ACCOUNT_MASTER_MAINTAIN' '2001'.

  • Posting date from CRM Billing doc cancellation

    hello, I have an issue in the CRM billing documents transferred from CRM to ECC. When do a biling doc, the document and posting are taken from the document date in CRM billing document. But when I do a cancellation of the billing document, the docume

  • Search threshold and index strange thinks..

    Hi, I have a directory server 6.2 server with 60000 entries, the DS is used by lot of applications running in our environment. I have half of query that return in the access/error Logs that the search was unindexed. At the moment I have all the DB in

  • Albums=Albums by Year?

    Alright, iTunes has managed to officially confuse me. I checked that I wanted the "Albums" listed as a way to sort my music and somehow iTunes now translates that as "Albums by Year", which is completely different. Is this a new iTunes quirk or can i