Pages: 12
You are viewing a post by smile4cat_woman. View all 27 posts in [b] =| :thumbsup: It works in all the major browsers - Mozilla Firefox 1.5+, Opera 9+, Safari and IE6+ This code only accepts images over 32x32 in dimension, so make sure your buttons and linker imag.
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.