Page 1 of 1

strange image flicking

Posted: Wed Jan 19, 2005 10:59 am
by mcog_esteban
hi all.

i have this piece of code:

Code: Select all

<img src="/images/moldura.gif" width="63" height="74" alt="Mais informação sobre <?= $prod&#1111;name] ?>" style="background: url('/catalogo/images/noimage.jpg)" border="0">
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:

Code: Select all

<img src="/images/moldura.gif" width="63" height="74" alt="Mais informação sobre <?= $prod&#1111;name] ?>" style="background: url('/image.php?id=<?= $prod&#1111;id] ?>')" border="0">
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

Posted: Wed Jan 19, 2005 11:01 am
by feyd
your (mis)use of quotes? :?: :?

Posted: Wed Jan 19, 2005 11:06 am
by mcog_esteban
sorry, didn't understood... (mis)use of quotes?

could the problem be the quotes?

Posted: Wed Jan 19, 2005 11:08 am
by feyd
I seem to remember quoted strings not being apart of url() calls in CSS.

may want to try background-image too.. just incase there may be a mixup in that.

Posted: Wed Jan 19, 2005 1:26 pm
by mcog_esteban
i can't get no results.
with double quotes there's no picture, with a single quote i get the flick

i tried the background-image with no sucess too.
do you have any more advices?
thanks