Sleeping_Troll
05-24-2009, 12:44 AM
This line of code:
var Orb[i]=new Element("img",{src:"../images/Orb.png"}).update("container");
Results in this firebug error:
missing ; before statement
var Orb[i]=new Element("img",{src:"../images/Orb.png"}).update("container");\n
container is a <div>
I have gotten to the sit and stare point on this, what am I not seeing?
var Orb[i]=new Element("img",{src:"../images/Orb.png"}).update("container");
Results in this firebug error:
missing ; before statement
var Orb[i]=new Element("img",{src:"../images/Orb.png"}).update("container");\n
container is a <div>
I have gotten to the sit and stare point on this, what am I not seeing?