Note that there are some explanatory texts on larger screens.

plurals
  1. POBackground gradient disappears in IE9only SOMETIMES - Seems random
    primarykey
    data
    text
    <p>Man, I just can't figure this out. This is the damndest thing. In IE9, the background gradient seems to disappear, seemingly at random, depending on the width of my element.</p> <p>Just to start off, here's a test link that you can view. </p> <p><a href="http://babackofficedev.radolo.com/TestButtons.aspx" rel="nofollow">http://babackofficedev.radolo.com/TestButtons.aspx</a></p> <p>What's also weird is that it doesn't happen in JS fidde:</p> <p><a href="http://jsfiddle.net/jmillspaysbills/n833q/" rel="nofollow">http://jsfiddle.net/jmillspaysbills/n833q/</a></p> <p>I think I've narrowed down the culprit, but I just can't figure out WHY this is happening. The issue seems to be the <code>background-size:</code> property. On my buttons with a gradient, I give it: <code>background-size: 1px 175%</code>, then on hover: <code>background-size: 1px 100%</code> - this basically allows a smooth transition on chrome, firefox, etc. instead of an instant transition to a different gradient. Anyway, that all works fine.</p> <p>I don't plan on changing this, because this is only effecting IE9, but I would love to know why it's happening so that I can try to figure out a workaround. </p> <p>After some investigating, I've found that this only happens on certain widths. It just so happens that a word I was using: "role" was the perfect width for this to happen, which is how I figured this out.</p> <p>Doing some testing, I've found that it happens at the following widths: 43px, 49px, 57px, 63px, 84px, 85px, 96px, 99px, 109px - That was as far as I got. I'm sure this happens above 109px, but I haven't tested above 110px.</p> <p>I just don't get it. I can't seem to figure this out. Has anyone ever had this issue? Can anyone give me some input? It's driving me crazy.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload