Evil gifs why appear in Firefox?

[[A comparison side-by-side (photo), showing the difference between the appearance of the image in Firefox vs. Internet Explorer. |]] http://i.imgur.com/dtLN8.jpg]]

Can someone help me please? Its embarrassing how this gif looks on my tumblr blog.

Thank you!

This image has an opacity specified that IE cannot be supported:

img {-webkit-transition: opacity 0.55s linear; opacity: 0.65;}
img:hover {-webkit-transition: opacity 0.85s linear; opacity: 0.95;}

There are also a lot of images on this page that are made to scale upwards or downwards to 450px and Firefox doesn't (always) a good job larger images (Bug 486918), so it is always better to avoid to get the best results.

@namespace url("http://www.w3.org/1999/xhtml");
@-moz-document domain(that-somebody.tumblr.com){
 img { opacity:1 !important; }
}

Tags: Firefox

Similar Questions

Maybe you are looking for

  • The set automatic Letter Wizard in place my email with the erroneous e-mail servers. How can I fix this

    I use OS x 10.11.5. The set automatic Letter Wizard in place my email with the erroneous e-mail servers IMAP account. I use a POP3 account on the servers 'brighthouse '. Now my account sues IMAP servers "TWC" for mail entering and leaving. I also hav

  • DAQ traditional Windows 7 (x 64)

    I changed to Windows 7 (x 64) of Windows XP, with a new PC (need more memory). I am programming for a PXI with LabVIEW Real - Time 2009 SP1 system. There is a map of temperature traditional DAQ running inside the PXI chassis. I read somewhere that tr

  • Analysis & postprocessor

    Dear all, I would like to know the use of an equation in "Add the phrase" any analysis and "Post processor"? What will be the difference that can be viewed in the Grapher view? » Thanks in advance, Samir.

  • SygmaTel STAC 975 X AC97 Driver / INSPIRON 9300 / without LINE-IN

    Harware is Intel 82801FBM ICH6-M - AC 97 Audio Controller [B-1] PCI Audio:SIGMATEL STAC 975 XAC97 DriverVersion: A03OEM name: SIGMATELOEM Ver: 5.10.0.4255 I can only choosing Stereomix or microphone, but not of Line-In When I connect my stereo Center

  • Get the current PAge

    I want a QML solution to find out which page is open. I had nested in the tabs Pane Navigation components, most of this navigation is carried out automatically. How know when a page is in sight? I want something like 'onCreationCompleted', but which