this might seem to be a pretty noobish issue
I'm an author of a web comic. I set up a small system, but I've noticed something really annoying.
my comic website consists of a single php file (index.php), a text file containing comic images filenames (siema), a css file and a few images.
index.php gets a number of a picture to display via $_GET['show'], then reads 'siema', gets a filename and afterwards:
Code: Select all
echo '<img id="siemaimg" src="'.$show.'" />';
well, it's working, but each time you view a comic episode, you can notice the the first one appears before the right one loads. it makes a 'blink' effect, which is really unwanted.
i guess that's some kind of a caching problem.
url: http://siemacotam.com/
how to get rid of it?
regards,
winxp.tar.gz