javascript - Internet Explorer Multiple Backgrounds bug? -


i have element uses 2 backgrounds, 1 of linear-gradient. e.g.:

background-image: linear-gradient(rgba(33, 212, 37, 0.1),rgba(33, 212, 37, 0.1)), url(http://placekitten.com/g/200/200); 

then using javascript switch background different linear background , image.

this works in chrome , firefox, in ie11, if image switch large, nothing happens. if use small image, works fine in ie also.

example:

http://plnkr.co/edit/8n8u7qb3tij6njmw3id8?p=preview

this seems strange bug. solutions?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -