|
Posted by ColdShine on 04/13/06 11:15
Materialised in news:4a6e21Frov70U1@individual.net wrote:
[...]
> echo "<td><IMG SRC=\"data:image/jpeg;base64," .
> base64_encode($row[IMG]) . "\"></td>";
[...]
>
> Now I don't know where my problem is, but, when viewed with firefox, the
> images load correctly, however when viewed with Internet explorer, the
> images do not load.
>
> You can see a example of the script in action at
> http://codegurus.org/~mwalker/test.php
>
> Does anyone know why the images will not show up in IE correctly?
AFAIK IE doesn't recognize <img> tags with inline source. No wonder you only
see it working in Firefox (and probabily Opera, too).
--
ColdShine
"Experience is a hard teacher: she gives the test first, the lesson
afterwards." - Vernon Sanders law
Navigation:
[Reply to this message]
|