shumy300 Posted June 3, 2015 Share Posted June 3, 2015 Ciao, sto modificando i colori del menù su una vecchia versione 1.5.4.1. Li visualizzo correttamente con firefox ed internet explorer ma non con google chrome. Nel file global.css vi è impostato questo: /* Per I browser WebKit (Safari, Chrome etc) */background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#fff));/* Per I browser con motore di rendering Gecko(Firefox etc) */background: -moz-linear-gradient(top, #277dd0, #0f579d);/* Per Internet Explorer 5.5 - 7 */filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#277dd0, endColorstr=#0f579d);/* Per Internet Explorer 8 e superiori*/-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#277dd0, endColorstr=#0f579d)"; Chrome non usa più webkit quindi come dovrei impostare la nuova procedura? Grazie. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now