代碼: 選擇全部
<script language="javaScript">
fadeClasses = new Array(""); // Determines which classes get which colors
startColors = new Array("{T_BODY_LINK}"); // MouseOut link colors
endColors = new Array("{T_BODY_HLINK}"); // MouseOver link color
stepIn = 20; // delay when fading in
stepOut = 20; // delay when fading out
autoFade = true;
sloppyClass = true;endColors = #FF9933("{T_BODY_HLINK}"); // MouseOver link color
我這樣改還是出不來東西>"<~~
相關資料 :
##############################################################
## MOD Title: Fading Links
## MOD Author: Unknown (Scotty) <scotty@phpbb2-users.de> http://www.phpbb2-users.de
## MOD Author, Secondary: AbelaJohnB <abela@phpbb.com> (John B. Abela) http://www.JohnAbela.Com/
## MOD Author, Secondary: Chance <don@w3site.us> (Don E. Blackwell) http://w3sites.us/
## MOD Description: Allows your hyperlinks to change color with mouseover javascript.
## MOD Version: 2.0.2
##
## Installation Level: Easy
## Installation Time: ~1 Minutes
## Files To Edit:
## templates/subSilver/overall_header.tpl
## Included Files:
## fade.js
##############################################################


