j'ai problème pour aller chercher url fond d'un divde fond avec javascript
HTML:
<div id='test'></div>
CSS:
#test { position:absolute; height:55px; width:85px; top:554px; left:197px; background:url('images/1.jpg'); }
lorsque je tente d'obtenir fond URL de l'image en utilisant ci-dessous il affiche vide.
alert(document.getElementById("test").style.backgroundImage);
mais il est intéressant, il fonctionne pour suivre
document.getElementById("test").style.backgroundImage="url('images/1.jpg')";
alert(document.getElementById("test").style.backgroundImage);
Note: Pas de problème avec l'URL, car l'image affichée correctement