I have a picture slideshow and I can not figure out how to change the placement (X and Y) of my description text. Here is the code I have. Thank you!
PHP Code:{
Main.url_array.push(node.firstChild.childNodes[i].attributes['url']);
Main.descriptions_array.push(node.firstChild.childNodes[i].attributes['description']);
}




Reply With Quote