bonjour � tous,
je d�veloppe une appli contenant un jeditorpane utilis� pour afficher 
un HTMLDocument contenant un code HTML du style :
<html>
      <head>
        <title>DU Title</title>
      </head>
      <body>
        <table>
          <tr>
            <td id="col_1">
                <a href="MEDIA_GRAPHIC">
                        <img src="athlete.jpg" width="40" height="40">
                </a>
            </td>
            <td id="col_2">
                <a href="MEDIA_GRAPHIC">
                        <img src="test.jpg" width="40" height="40">
                </a>
            </td>
          </tr>
        </table>
      </body>
</html>

si sur le HTMLDocument je fais :

String htmlText = "<td id=\"col_2\">" +
                        "<a href=\"MEDIA_CLICKED\">" +
                        "<img src=\"test.jpg\" width=\"40\" height=\"40
\">" +
                        "</a>" +
                        "</td>";
layerHTMLDocument.setOuterHTML("col_2", htmlText);

chose �trange le premier lien est toujours cliquable, alors que le 
deuxi�me lien ne l'est pas (la petite main n'apparait pas en survol).
avez vous d�j� �t� confront� � ce genre de probl�mes ?
merci de vos r�ponses,
cdlt.

Répondre à