firefox - css3 linear-gradient not working in Mozilla -


the following css3 transition not work in mozilla firefox

background: linear-gradient(90deg, #b8d2e0, #ffffff); background: -webkit-linear-gradient(90deg, #b8d2e0, #ffffff); 

it working on chrome, safari (ios) though


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -