[b]Javascript Image Curl [/b]

allows you to add an page curl effect (inc. backside mask) to images on your Profile.
[b]Q: Why use Javascript Image Curl?[/b]
A: You don't need to spend time in an image editor

creating an image effect.
[quote]Credits:
Netzgestade Scripts
Class-S And Geass Fam-bam

Bro Shakiro214[/quote]
Image Preview
Primary Photo Effect:
[img]http://i35.tinypic.com/ek4vah.png[/img]
[b]Compatibility:[/b] All major browser

Commentators Photo Effect:
[spoiler][img]http://i33.tinypic.com/fp3r83.png[/img][/spoiler]

[b]Procedure:[/b]
[b]
Copy Curl JS file here and upload it to your own hosting site[/b]

[url=http://h1.ripway.com/cloudmp3/curl.js]Curl JS[/url]
[b]Paste the link inside the bold part indicated below.[/b]
[quote]var c14ssS1 = document.createElement("script");
c14ssS1.type = "text/javascript";
c14ssS1.src = "[b]URL_OF_CURL.JS[/b]";
document.getElementsByTagName("head")[0].appendChild(c14ssS1);
function ClassSCommand(){
var elements = document.getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
elements[i].className="curl isize100";
i++;
}
}setTimeout("ClassSCommand()",2995);[/quote]
[b]Place the code Above your JS codes.. outside your onload handler ok?[/b]
Tadannn your done...

For advanced user you can apply it to other images you want to curl by adding a class name:
[quote]<img src='URL OF IMG' [color=blue]class='curl isize75'[/color]>[/quote]
[quote]Available class name
class='curl'
class='curl isize75'
class='curl isize100'[/quote]
Last edited by blurrycloud (2009-01-12 07:49:46)