more icon indicating copy to clipboard operation
more copied to clipboard

issue with IE8

Open soubok opened this issue 10 years ago • 0 comments

On IE8, space is mandatory after url(...)

not supported on IE8:

...{background:url(bg.png)15em 6em no-repeat fixed #fff}

supported on IE8:

...{background:url(bg.png) 15em 6em no-repeat fixed #fff}

soubok avatar Oct 08 '15 22:10 soubok