Pages: 12
[url=http://www.netzgesta.de/reflex/reflex.zip]reflex.js[/url]
[quote][b]contents:[/b]
* reflex.js
* index.html example of it's usage[/quote]
[b]Now:[/b] extract reflex.js
[b]And:[/b] upload reflex.js to file host
[b]Step 2:[/b] Inject the [b][color=green]reflex.js[/color][/b] url via your js file. If you don't know how to do this, try inserting the following code in your js:
<">[b]Don't forget:[/b] To edit the path to your reflex.js
[b]Step 3:[/b] Set any images you want to be turned into photo images by adding a [b]class="reflex"[/b] attribute. You can also use [b]class="reflex itiltright"[/b] to make the all of the images tilt to one direction. If you do not know how to do this, try injecting the following code to select all images in your profile:
<">To apply it only on images that do not already have classnames, you can do this:
<">[b][color=green]Optional![/color] Applying it in your tracker.php[/b]
[b]The javascript:[/b] Insert this into the head of tracker php(outside of the [b]<?php codes?>[/b]), and don't forget to edit the path to your js:
<">[b]And:[/b] insert this before the closing </body> tag(outside of the [b]<?php codes?>[/b]):
<">[b]The CSS:[/b] Make sure that your imgblock and your imgblock images have the same width & height:
[quote]/*img*/
.imgblock {
height:85px;
width:77px;
}
.imgblock img {
height: 85px;
width:77px;
border: 0px;
}[/quote]
[b]That's it! You're done
[b]* for additional ways to use the reflex.js, see the index.html included with the zip file[/b]
[b]Preview: [url=http://profiles.friendster.com/shakiro][sup]+rep[/sup][/url][/b]
[b]credits:
* reflex.js 1.1 (23-Aug-2007)
* (c) by Christian Effenberger
* All Rights Reserved
* Source: glossy.netzgesta.de
* me [img]http://h1.ripway.com/shakiro/69.gif[/img][/b]

but I still appreciate it bro
I have rewarded you with a [b]+rep[/b] for being that member that always appreciates everyone's codes
wahahahha thx for dis sugoi-ne!!!
[b][url]http://theftalk.com/t23498-Instant-Photo-Images.html[/url][/b] also has tracker instructions too
i use tooltipcomment, random friend and random photo galerry. how to make the pic tilt left?
i try to used
function reflectImages(){
var elements = document.getElementById('content_18').getElementsByTagName('div')[0].getElementsByTagName('img');
var i = 0;
while (i < elements.length) {
if (elements[i].className=""){
elements[i].className="reflex itilleft";
i++;
}
}setTimeout("reflectImages()",2995);
for the comment box but its not working.
thanks for the trick shak.. im using it now