Animated GIF doesn't work against dark backgrounds in HTML

I've created an animated GIF in Photoshop, exported it for web with transparency, and placed it in my HTML code. It doesn't work against the dark background on my page. However, when I open the image in a new browser tab, voila, the animation works precisely as it should.
Why is the background affecting the animation and how can I work around this?

Hello Frank,
problem is solved.
I have installed IE7 on a Windows 2003 Server Edition and used remote desktop client to test the application.
It seems that either a setting on W2003 or the remote desktop client avoid to see the animation.
On locally installed IE7 animated gif's works fine.
regards
Peter

Similar Messages

  • Animated GIF Doesn't Work At All

    I am a Web developer. My client has provided us with an animated GIF image for their landing page. This GIF runs fine on every browser except Safari. On Safari, the GIF never animates; it just stays on the opening frame and looks stupid.
    This happens on all Macs running OS X and Safari 2.x as well as Beta 3.
    I search here and on the Internet and find nobody reporting this issue, but it sure feels like a Safari-specific problem.

    Aha! Nice catch. I saw that extension anomaly, too, Kirk, but since the page code doesn't allow one to easily view what's going on behind the scenes, I wondered if the JPEG might be behind or in front of the actual animated GIF and didn't look further. But downloading the "JPEG" and loading it in Safari 3 shows that it is, indeed, the animated GIF... with the incorrect extension.
    Yes, I would think being labeled a JPEG is the problem. Safari 2 is probably being stubborn and assuming that since it is supposed to be a JPEG, it can't animate.
    (A page with so little actual HTML or text has to be terribly inaccessible and is probably a problem in terms of search engine optimization as well. Just guesses since I don't work in SEO myself, but worth considering.)

  • Animated gif doesn't work with IE7

    Hi,
    Jdev 11g, TP4.
    I use af:statusIndicator to show activity to the user. If there is communication with the server than gif should be animated.
    Therefore I have following skin defined:
    af|statusIndicator::idle-icon 
      content:url("/images/TE_mark_pos_red_rgb_32x32.gif");
    af|statusIndicator::processing-icon,
    af|statusIndicator::connecting-icon,
    af|statusIndicator::reconnecting-icon
      content:url("/images/mark_pos_red_rgb_animated_32x32.gif");
    }With FireFox 2 this works as expected but with IE7 the gif keeps non-animated.
    Same behaviour with splash-screen:
    af|document::splash-screen-icon{
      content:url("/images/mark_pos_red_rgb_animated.gif");
    }Do I need some specific settings in IE7 to show animated gif's?
    regards
    Peter

    Hello Frank,
    problem is solved.
    I have installed IE7 on a Windows 2003 Server Edition and used remote desktop client to test the application.
    It seems that either a setting on W2003 or the remote desktop client avoid to see the animation.
    On locally installed IE7 animated gif's works fine.
    regards
    Peter

  • Animated gif files not working in FF5 ok in every other browser

    Hi .
    I am having problems getting animated gifs to play in firefox 5 i am using a photo gallery script to show these files it works in every other browser i have access to (most of them on Linux and windows Xp and win7 ) if i use FF5 as a file manager and navigate to the files they run but not from a web page this is only with firefox 4 and 5 not got previous to 4 to test .

    Right . this looks like it may be a problem with the way FF5 is handling various methods of viewing images i use the following code .
    <pre><nowiki><a class="thumbnail" href="#thumb"><img src="photos/IMG_7039 EOS-1D Mark III copy.jpg" width="100px" height="75px" border="0"><span><img src="photos/Animations/IMG_7039 EOS-1D Mark III copy.gif"></span></a></nowiki></pre>
    along with css .
    <pre><nowiki>(
    .gallerycontainer{
    position: relative;
    /*Add a height attribute and set to largest image's height to prevent overlaying*/
    .thumbnail img{
    border: 1px solid blue;
    margin: 0 5px 5px 0;
    .thumbnail:hover{
    background-color: transparent;
    .thumbnail:hover img{
    border: 1px solid blue;
    .thumbnail span{ /*CSS for enlarged image*/
    position: fixed;
    background-color: lightyellow;
    padding: 5px;
    left: -600px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
    .thumbnail span img{ /*CSS for enlarged image displays the large image*/
    border-width: 4;
    padding: 12px;
    .thumbnail:hover span{ /*CSS for enlarged image*/
    visibility: visible;
    top: 0;
    left: 230px; /*position where enlarged image should offset horizontally */
    z-index: 50;
    )</nowiki></pre>
    to create the gallery now if i navigate directly to the dir with the gif images in they work ok but if i use the gallery method they fail .
    Tried safe mode no addons no change ..

  • How do I import animated gifs into Premiere with a transparent background?

    I have an animated gif that I got from the internet, and I'm trying to import it into Premiere Pro with a transparent background. The gif is of a video game character standing still and blinking. Whenever I import it, it always has a white background, so I need help on how to change that.
    I've gone into Photoshop and removed the white background frame by frame, making it transparent. I do this by using the magic wand tool to select the white background, then hit "delete" to turn it into that diamond grid, which means it's transparent. I then select File -> Save for Web. I preview every frame, and it shows that the backgrounds are transparent. I save it as a gif. But when I import it into Premiere Pro, the white background is still there.
    I've read many forums online about people trying to import images into Premiere Pro with a transparent background, but none of them have explained how to do it specifically for animated gifs. Every answer has always been "export the image as a png, that'll work", and sure enough, I exported a few frames of the gif as pngs, and those few frames had transparent backgrounds in Premiere Pro. But I don't want a png because those aren't animated sequences, those can only be still images. I need to export it as a gif so that it will remain animated, but gif files always have that dreaded white background in Premiere Pro.
    I suppose I could export every frame as a png, import each of those frames into Premiere Pro, then string all the frames together and tweak them so they'll be functionally identical to the animated gif, but that would take forever. I'm making a video project and I need numerous animated gifs to work with, so I don't want to do that with every single one of them. I'm looking for a way to simply import the gifs into Premiere Pro and be done with it. If there is any way to do this, please help me.
    -Robert

    faind on gif transparency and other cartoon animation problems : Adobe After Effects
    " The reason: GIFs don't support alpha channels. Instead, their file structure assigns a certain color value to be read as totally transparent. There aren't any degrees of transparency as you find in graphics formats that do support alpha channels.
    To use an animated gif in AE, you'd first have to create the areas of transparency, then convert the series of images into a graphics format that supports alpha channels, and there are a bunch: PICT, TIFF, TARGA or PNG, to name a few."

  • Resized animated gif ImageIcon not working properly with JButton etc.

    The problem is that when I resize an ImageIcon representing an animated gif and place it on a Jbutton, JToggelButton or JLabel, in some cases the image does not show or does not animate. More precicely, depending on the specific image file, the image shows always, most of the time or sometimes. Images which are susceptible to not showing often do not animate when showing. Moving over or clicking with the mouse on the AbstractButton instance while the frame is supposed to updated causes the image to disappear (even when viewing the non-animating image that sometimes appears). No errors are thrown.
    Here some example code: (compiled with Java 6.0 compliance)
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Test
         public static void main(String[] args)
              new Test();
         static final int  IMAGES        = 3;
         JButton[]           buttons       = new JButton[IMAGES];
         JButton             toggleButton  = new JButton("Toggle scaling");
         boolean            doScale       = true;
         public Test()
              JFrame f = new JFrame();
              f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JPanel p = new JPanel(new GridLayout(1, IMAGES));
              for (int i = 0; i < IMAGES; i++)
                   p.add(this.buttons[i] = new JButton());
              f.add(p, BorderLayout.CENTER);
              f.add(this.toggleButton, BorderLayout.SOUTH);
              this.toggleButton.addActionListener(new ActionListener() {
                   @Override
                   public void actionPerformed(ActionEvent e)
                        Test.this.refresh();
              f.setSize(600, 300);
              f.setVisible(true);
              this.refresh();
         public void refresh()
              this.doScale = !this.doScale;
              for (int i = 0; i < IMAGES; i++)
                   ImageIcon image = new ImageIcon(i + ".gif");
                   if (this.doScale)
                        image = new ImageIcon(image.getImage().getScaledInstance(180, 180, Image.SCALE_AREA_AVERAGING));
                   image.setImageObserver(this.buttons);
                   this.buttons[i].setIcon(image);
                   this.buttons[i].setSelectedIcon(image);
                   this.buttons[i].setDisabledIcon(image);
                   this.buttons[i].setDisabledSelectedIcon(image);
                   this.buttons[i].setRolloverIcon(image);
                   this.buttons[i].setRolloverSelectedIcon(image);
                   this.buttons[i].setPressedIcon(image);
    Download the gif images here:
    http://djmadz.com/zombie/0.gif
    http://djmadz.com/zombie/1.gif
    http://djmadz.com/zombie/2.gif
    When you press the "Toggle scaling"button it switches between unresized (properly working) and resized instances of three of my gif images. Notice that the left image almost never appears, the middle image always, and the right image most of the time. The right image seems to (almost) never animate. When you click on the left image (when visble) it disappears only when the backend is updating the animation (between those two frames with a long delay)
    Why are the original ImageIcon and the resized ImageIcon behaving differently? Are they differently organized internally?
    Is there any chance my way of resizing might be wrong?

    It does work, however I refuse to use SCALE_REPLICATE for my application because resizing images is butt ugly, whether scaling up or down. Could there be a clue in the rescaling implementations, which I can override?
    Maybe is there a way that I can check if an image is a multi-frame animation and set the scaling algorithm accordingly?
    Message was edited by:
    Zom-B

  • Animated gif won't work in safari

    I put an animated gif in iWeb and it runs fine in the site in Windows IE 7 and Firefox 3.5, and on my Mac in Firefox, But you can just see the initial frame in Safari.
    Actually I put two on there, the little flag works (has a transparent layer over it to make it clickable), but the bigger one, with 13 layers, does not.
    Is there something in Safari that I need to set?
    http://www.widman.biz/Corvair/English/English.html

    I've been having the same issue. gifs from the web load fine in firefox, but i safari they take forever.
    Also I've noticed that a lot of streaming videos that used to stream just fine are now choppy and start and stop due to slow load times.
    Any help appreciated.

  • Animated GIF Doesn't Play To The End

    I've created a simple animated GIF in Photoshop CS6, eight seconds long, 30fps.
    I have several layers that fade out at and then more layers that fade IN at four seconds. It plays perfectly in Photoshop, but a rendered GIF doesn't play entirely to the end - it stops prematurely.
    How do I fix this?  I've tried the animated GIF in a browser and it does the same thing in a PPT slide.
    Anyone?
    Thanks.

    Thank you, Nancy.
    I just reduced my project file down to 15fps and three seconds long.  Testing the animation in the Save for Web dialogue box I see that it still won't play to the end.  The fade-in stops before it's at 100% opacity.
    The rendered GIF file size would be 242k.  I HAVE to use Save for Web, as Save As will discard hidden layers and animations.
    Still can't figure out what causes this, and I've had this happen to me before.  (I bet I wouldn't have this problem rendering out of After Effects.)

  • Animated GIF's not working 5310

    I've tried to use some animated GIF's for screensavers, but I'm not getting the animation !!
    They work OK in windows.
    Can someone confirm what size and format they need to be for my 5310 XpressMusic
    Thanks
    Solved!
    Go to Solution.

    Restarted phone and their working now.
    Thanks

  • Animated gif do not work properly on N85

    I bought recently an N85 and downloaded some animated gif pictures and they do not run fluently as they should. The SAME gifs work great on both the E51 and 5700. What is the problem with the new photo viewer in N85?
    Another issue I have with the photo viewer is that I transfered 50 photos to the memory (Sandisk micro SDHC Ultra 8gb class 6) and when I browse the photos its very slow and some pictures are pixely for a long time when viewing them.

    So, it is a general problem in iOS 8.x.x
    Awesome....
    So I got a ridiculous slow ipad 3 with lots of glitches and not working multigestures.
    Is this the the uncomparable user experience which Tim Cook is talking about?

  • Gif doesn't work properly after saving to web?

    I've taken a gif from the internet, cropped it, and plan to use it somewhere. The Gif works perfectly when I view it in Photoshop, but once I save it for web and view it through a browser, it doesn't work. How would I fix this? (I apologize for being rather vague)
    Here is the original gif, and what I'd like the finished product to look like :
    And here is what I'm getting after messing around with it :

    Hi,
    With iChat Quit.
    GO to the Applications/Utilities folder and launch Activity Monitor.
    In Here find IMAgent in the list.
    Use the Quit Button top left (And confirm Force Quit.)
    Launch iChat.
    8:54 PM      Thursday; October 27, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Animated gif does not work in spry region

    Trying to display an animated gif while xml file is loading.
    The gif displays while loading but does not animate in the spry region.
    <div spry:region="dslistings">
    <div id="loadXML" spry:state= "loading"><img src="loadinganimated.gif"/></div>
    <div spry:state="ready" </div>
    Thank you in advance for any help.
    Jeff

    I believe you are correct, I tried to place the same animated gif outside of the spry region
    and it also did not animate until the xml (approximately 500 records) loaded and completed displaying.
    Once the xml loaded, the gif outside of the spry region started to animate.
    So how then could you display some sort of animated loading indication?
    Thank you
    jeff

  • White Border on black shape against dark background

    I used Photoshop CS3 to create a coupe of boxes in black, nothing fancy, just pure black boxes as for background stuff for a web page, and then saved it for Web through photoshop whereby the html and images are created. Opening the html in dreamweaver appears ok until i add a dark background and white "strokes" appear on my boxes drawn using PS. Whats wrong?
    Pls see attached screen grabs.

    Antialaiasing artifacts. It's the way how PS treats objects vs. filled layers. To avoid them, make sure your content extends beyond the edges of the slice/ document, use solid fill layers from the start or match the global background color (which will be used to fill areas on any format that does not support transparencies) to the foreground colors.
    Mylenium

  • HTML animation effects doesn't work after last update

    After last update my html animation that have different effects with different time: fade, translate, rotation, scale, ecc... plays but some effects doesn't play.
    Various animated png in html project appears immediatly without shows transitions or deformations.
    I have made html animation with Motion Composer that have time curve for each effect.. and all work fine with previous dps desktop tools...
    I don't use Hedge because folios with hedge animation is mooooooooore large than folios with motion composer animation.
    A single complex animation (10 .png(1024x768) with multipe effects fo each) made with composer produce a 1MB folio...
    The same animation made with Hedge produce more the 100MB folio.
    why new version of dps don't show my html anim correctly ? I hope adobe correct this proble. 

    We just released an update to the DPS tools that addresses the issues around HTML/iFrame and buttons in release 25. You can download the updated components by following the links at http://www.adobe.com/go/learn_dps_install_en.
    Neil

  • Animated gif images not working, n73 problem pleas...

    my phone is n73music. when i try to use animated or gif images as wallpapers, the images are not moving as they should do in standby mode on the display. what could be the problem, please advice. thankyou.

    Sorry, N73/ME is a s60 phone and s60 doesnt support moving animated GIG, PNG file format as wallpaper

Maybe you are looking for

  • How do i add a number to my iMessage?

    How do i add a numbere to my IMessage it only allows me to add a email!

  • Is there a way of transferring data (music, movies etc) from an external hard drive directly to an iPad Mini?

    Hi Guys, Is there a way of transferring data (music, movies etc) from an external harddrive directly to an iPad Mini? The reason I ask, is I'm going travelling and don't want to take my macbook with me - but I have a lot of music, movies etc that I w

  • FPM : how to subscribe buttons event for Dialog box

    Hi All, I am calling a FPM configuration as popup, i have used standard button CLOSE. Now I wanted to assigned my own action to it. How can i achieve this ? As in webdynpro we can use  SUBSCRIBE_TO_BUTTON_EVENT, similarly which method i can use in FP

  • PaintComponent: inner class / method?

    Hi, I am doing a lot of painting in my paintComponent method and would like to ask whether it's possible to use e.g. inner classes or methods within paintComponent? I think I am confronted with the problem that my paintComponent method gets too unstr

  • Duplicate value in MAPL cause error

    We use CWBQM transaction to change inspection plan/ multipple spec. As of now we have not implemented change number functionality at inspection plan level. So we don't use change number to change an inspection plan, but because of miscommunication/mi