On Apr 10, 11:58 pm, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote: > Another approach would be to print out the images like: > echo "<img align=\"center\" src=\"$f\" style=\"display: none;\" > class=\"photo\"><br><br>"; > Doesn't this load all the pictures right away? Since I expect soon a few hundreds pictures I don't want to load all.
And what about if the hiding (display:none) was done afterwards with Javascript? So a user with Javascript disabled would still see the pictures (of course all). O. Wyss

