View Single Post
Old 06-28-2012, 03:34 AM   PM User | #2
DrDOS
Senior Coder

 
Join Date: Sep 2010
Posts: 1,155
Thanks: 10
Thanked 148 Times in 148 Posts
DrDOS is infamous around these parts
See how I have added a line here. This is the code you need to include for FF and other browsers. And I also added for the hidden part.
Code:
imgbox.style.visibility='visible';
imgbox.style.display = 'block';
This is for the hidden.
imgbox.style.visibility='hidden';
imgbox.style.display = 'none';
You're welcome.
DrDOS is offline   Reply With Quote