i have this piece of code:
Code: Select all
<img src="/images/moldura.gif" width="63" height="74" alt="Mais informação sobre <?= $prodїname] ?>" style="background: url('/catalogo/images/noimage.jpg)" border="0">but now when i show the pictures on IE using just a litle modification:
Code: Select all
<img src="/images/moldura.gif" width="63" height="74" alt="Mais informação sobre <?= $prodїname] ?>" style="background: url('/image.php?id=<?= $prodїid] ?>')" border="0">on Firefox this does not happen.
does anyone have an idea of what could be wrong here?
thanks