par
HD » 08 mars 2006, 12:01
cette solution :
<!--[if !IE]> Standard XHTML object instanciation <!-->
<a href="http://monlien.com">
<object id="flash" ******************************
</object>
</a>
ne marche que sous firefox apparement
mais ce que tu as fait
<img src="./banniere/someco_alt.jpg" width="500" height="130" border="0" onclick="window.open('http://www.someco-dec.com/index.html', 'someco');" style="cursor: pointer;" title="SoMeco, la solution" alt="SoMeco, la solution" />
marche parfaitement chez moi avec ie et ff
le probleme doit donc venir des
<!--[if !IE]> Standard XHTML object instanciation <!-->
********
<!--><![endif]-->
<!--[if IE]>
*****
<![endif]-->
je vois pas quoi te dire de plus... peut etre que tu n'as pas posté le code complet, ou que tu n'as pas bien expliqué ton probleme

cette solution :[quote="HD"][php]<!--[if !IE]> Standard XHTML object instanciation <!-->
<a href="http://monlien.com">
<object id="flash" ******************************
</object>
</a> [/php][/quote]ne marche que sous firefox apparement
mais ce que tu as fait
[php]<img src="./banniere/someco_alt.jpg" width="500" height="130" border="0" onclick="window.open('http://www.someco-dec.com/index.html', 'someco');" style="cursor: pointer;" title="SoMeco, la solution" alt="SoMeco, la solution" />[/php]
marche parfaitement chez moi avec ie et ff
le probleme doit donc venir des
[php]<!--[if !IE]> Standard XHTML object instanciation <!-->
********
<!--><![endif]-->
<!--[if IE]>
*****
<![endif]--> [/php]
je vois pas quoi te dire de plus... peut etre que tu n'as pas posté le code complet, ou que tu n'as pas bien expliqué ton probleme :?