Bonjour,
Je cherche a recupérer la valeur du background d'une cellule td
Voici mon code:
Code:
1
2 <TD width=298 height="450" valign="top" background="images/structure/homme-blanc.gif" bgcolor="#6699FF" id="cell">
Ca ne marche pas...Code:
1
2 a=document.getElementById('cell').style.backgroundImage.value;
Comment faire?