View Single Post
  #5 (permalink)  
Old Aug 23rd, 2007, 20:25
alexgeek's Avatar
alexgeek alexgeek is offline
Technical Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,799
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: changing function once clicked

thank for that
also,
since:
var x=document.getElementById("remove_div");
x.parentNode.removeChild(x);
removes the div
how to i put it back in?
I don't want to use visiblity, as it just hides it and the space is still taken up
Reply With Quote