Code:
a[i] = new Image(256,256);
a[i].src = images[i][0];
a[i].className = 'slide';
a[i].title = images[i][1];
if(gallery.appendChild) gallery.appendChild(a[i]);
Tried using a KHTML browser and nothing is appended. Googled and found it's a bug, and apparently resizing the window helps but not in Safari 2.0.4
Any suggestions would be appreciated.
--Glen
Memoria mihi benigna erit qui eam perscribam