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
Forum Mouse-Over Effect
Topic Started: Apr 3 2008, 04:57 PM (2,558 Views)
tjajj
Member
[ * ]
Just a cool little fade in and fade out effect for the forum links on the index page.

Preview: http://s1.zetaboards.com/cryptictest/index/

Put your mouse over the forum links :)
Code: HTML
 

<script>
//<![CDATA[
//Forum Mouse-Over Effect
//By Cryptic AKA tjajj Of zetaresources.com
$(function(){
if (location.href.match(/index/)){
$("a[@href*=/forum]").mouseover(function() {
$(this).fadeOut('900').mouseout().fadeIn('900')
})}
;});
//]]>
</script>


Goes below the board :)
Offline Profile Quote Post Goto Top
 
The_Bruce
Member
[ *  * ]
i tryed adding that code below the board but had no luck.though it worked ok on your preview
Edited by The_Bruce, Apr 4 2008, 02:07 PM.
Offline Profile Quote Post Goto Top
 
tjajj
Member
[ * ]
The_Bruce
Apr 4 2008, 09:59 AM
i tryed adding that code below the board but had no luck.though it worked ok on your preview
Strange... My only guess would be conflicting codes.
Offline Profile Quote Post Goto Top
 
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
tjajj, that's not the reason. He copied the code wrong, which has to be something to do with ZB itself as it's happening to a lot of people. When he copied the code, everything was put onto one line, which conflicted with the comments on line 2, 3, 4 and 11.
Offline Profile Quote Post Goto Top
 
The_Bruce
Member
[ *  * ]
aye virals right,it helped with a couple problems i had.
Offline Profile Quote Post Goto Top
 
tjajj
Member
[ * ]
The_Bruce
Apr 4 2008, 03:29 PM
aye virals right,it helped with a couple problems i had.
So it works now?
Offline Profile Quote Post Goto Top
 
The_Bruce
Member
[ *  * ]
aye.i copyed and pasted the first time but had no luck.second time i done each line 1 at a time.
Offline Profile Quote Post Goto Top
 
s. smith fan
Member Avatar
±╣δè@╡π↓╬∞┬♫~╨:
[ * ]
Well the code looks good on the forum. By the way good job. :D
Offline Profile Quote Post Goto Top
 
Hatori
Member
[ * ]
I love this code so much... I am using it now.. Good work!
Offline Profile Quote Post Goto Top
 
tjajj
Member
[ * ]
Thank you for the comments guys ^_^ .
Edited by tjajj, Apr 4 2008, 07:47 PM.
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