strange image flicking
Posted: Wed Jan 19, 2005 10:59 am
hi all.
i have this piece of code:
but the client asked if was possible to keep the images on the DB,
but now when i show the pictures on IE using just a litle modification:
i see a strange flickering when the mouse is over and out the image.
on Firefox this does not happen.
does anyone have an idea of what could be wrong here?
thanks
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