Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Safari or KHTML : parent.appendChild(element)

Status
Not open for further replies.

stormbind

Technical User
Mar 6, 2003
1,165
GB
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top