View Single Post
09-13-2008, 03:34 PM
#5
derek lapp is offline derek lapp
Status: design rockstar
Join date: Jan 2005
Location: guelph, ontario
Expertise:
Software:
 
Posts: 2,246
iTrader: 0 / 0%
 

derek lapp is on a distinguished road

  Old

Code:
var back = document.getElementById("background");
Code:
<a href="#" id="1"...
based on the code provided, you don't have an element with the id [i]background[/b].

i don't know exactly how this is supposed to work but i'm assuming there's probably a simpler way to do this.