Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
Image Slideshow; Another Request
Topic Started: Feb 11 2008, 03:07 PM (2,759 Views)
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
Another try in jQuery, well mostly anyway.

Code: HTML
 
<script>
//<![CDATA[
image=["http://209.85.62.24/static/acp/acplogo.png","http://209.85.62.24/static/acp/settings.png","http://209.85.62.24/static/acp/help.png"];
function update(info){
$(function(){
$("#updates").fadeOut("slow", function(){$(this).attr("src",info)}).fadeIn();
});}
document.write("<center><div class='meta_box'><img id='updates' src='"+image[0]+"'/><br>");
for(i=0;i<image.length;i++){
document.write("<a onclick='update(\""+image[i]+"\")'>x\t</a>");
}
document.write("</div></center>");
//]]>
</script>


Edit the line with:

images["image link 1","image link 2","image link 3"];

You can add as many as you want.

http://s1.zetaboards.com/skinchange/index/
Offline Profile Quote Post Goto Top
 
Bladeblaze1
Member
[ * ]
Wow this is a really cool code, thanks Viral!
Offline Profile Quote Post Goto Top
 
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
No problem Bladeblaze.
Offline Profile Quote Post Goto Top
 
ZapTap
Member Avatar
Member
[ *  *  *  * ]
it doesn't seem to be changing...
Offline Profile Quote Post Goto Top
 
WeirdAdz
Member Avatar
You cant go through life without saying something is Weird.
[ *  * ]
You probably have to register..
Offline Profile Quote Post Goto Top
 
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
You might have previewed it when I was fixing it, it does work now.

Offline Profile Quote Post Goto Top
 
Mon
Member
[ * ]
Thanks for the code, Viral.
Offline Profile Quote Post Goto Top
 
DynamicIP
Member Avatar
I'm known as Nor
[ *  * ]
Doesn't work in IE Version: 6.0.2900.2180.xp_sp_sp2_rtm.040803-2158

;)...
Offline Profile Quote Post Goto Top
 
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
I think I may have that version somewhere, I'll check :P.

Anyways, just checked in AOL (IE 5), it works great but the image rendering is off.
Offline Profile Quote Post Goto Top
 
davadude
Member Avatar
GuildWars addict :P
[ *  *  * ]
TheInfernoSin
Feb 14 2008, 09:50 AM
Doesn't work in IE Version: 6.0.2900.2180.xp_sp_sp2_rtm.040803-2158

;)...
euhh; lol? :P
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · User Created Codes · Next Topic »
Add Reply