il problema è presente solo con IE
http://www.scp-music.com/fastway_img.php
praticamente le immagini appaiono per 1/10 di sec e poi scompaiono.
cosa puo' essere?
ecco il codice...
<?
if($image==2) $photo='img/fastway/fastfoto03.png';
elseif($image==3) $photo='img/fastway/fastfoto02.png';
else $photo='img/fastway/fastfoto01.png';
?>
<td width="272" align="left" valign="bottom">[img]<? echo $photo; ?>[/img]</td>