[xml][xsl] page only visible when pictures are all loaded

Hi guys,

i’ve made this thumbnail page that can be found on: http://www.lbr-designs.be/dplus/nl/index.html (go to “geschiedenis”), it uses a simple xml-database and the xsl makes a html-file out of it. The problem is that the page doesn’t show up before the pictures are loaded (and that can take a while).

I’m using:

<img width="100"><xsl:attribute name="src">*dynamic content*</xsl:attribute></img>

to generate the pictures.

Do I have to use javascript to load the pictures after the page has loaded? Or can this be done by adding something to my xsl-file.

I’m sure you can help me…

Thanks