[align=center][b]Make all your images in profile Draggable[/b][/align]
[url=http://sullen.pcriot.com/friendster/dragger.html]Preview I[/url]
iF pRevIeW oNe dOesnt WoRk uSe tHis
[url=http://h1.ripway.com/zerathyl/sullen/dragger.html]Preview II[/url]
Copy this to ur External JS file
[quote]var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";
css.href = "http://sullen.pcriot.com/friendster/drag.css";
css.media = "screen, print";
document.getElementsByTagName("head")[0].appendChild(css);
function druglord(){
var drug = document.createElement("script");
drug.type = "text/javascript";
drug.src = "http://sullen.pcriot.com/friendster/drag.js";
document.getElementsByTagName("head")[0].appendChild(drug);
}setTimeout("druglord()",995);
function dragger(){
var elements = document.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="drag";
i++;
}
}setTimeout("dragger()",2995);[/quote]
[quote]Thank you! If this was Shared already please delete
[/quote]