Apr 21, 2001 #1 clownkevin Technical User Joined Dec 6, 2000 Messages 11 Location GB Is it possible to change the background image in a table?
Apr 21, 2001 #2 sleuth Programmer Joined Jan 12, 2001 Messages 134 Location US I went to Faqts.com and I saw it there one time, after going back It's still there http://www.faqts.com/knowledge_base/view.phtml/aid/7760/fid/192 Tony Upvote 0 Downvote
I went to Faqts.com and I saw it there one time, after going back It's still there http://www.faqts.com/knowledge_base/view.phtml/aid/7760/fid/192 Tony
Apr 21, 2001 1 #3 GIGN Programmer Joined Oct 6, 2000 Messages 1,082 Location NZ change the background image of anything you like - using JavaScript like: elementName.style.backgroundImage = "url('new.jpg')"; where you access the element in the usual way. b2 - benbiddington@surf4nix.com Upvote 0 Downvote
change the background image of anything you like - using JavaScript like: elementName.style.backgroundImage = "url('new.jpg')"; where you access the element in the usual way. b2 - benbiddington@surf4nix.com
Apr 22, 2001 Thread starter #4 clownkevin Technical User Joined Dec 6, 2000 Messages 11 Location GB Perfect! It works perfectly, brain now shrinking back to normal size, thank you!! Upvote 0 Downvote