function over() {
document.getElementById('entrar').style.background ="url(img/top.png) no-repeat 1px 0px"; (Para todos los navegadores)
document.getElementById('entrar').style.background ="url(img/top.png) no-repeat 0px 0px";(Para Chrome)
}
Sin embargo, javascript no hace magia, así que, si alguien puede echarme una mano se lo agradecería.
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)
Usando este hack tal vez podría servir, más no se como implementarlo en la función: @media screen and (-webkit-min-device-pixel-ratio:0) {#entrar {background="url(img/top.png) no-repeat 0px 0px"}}