*****> /* Rollovers */ /* Defined as: ** Class Name: rollovers ** ID: base image name ** Mouseoff Image: base + ID + "-off.gif" ** Mouseon Image: base + ID + "-on.gif" ** Base: Defined Below **/ var base = "http://www.orderofdraconis.com/"; // Define base directory for all images (i.e. http://www.orderofdraconis.com/Images/) // Be sure to leave a trailing slash: (/Images/) not (/Images) function document.onmouseover() { var src_cn = window.event.srcElement.className; var src_id = window.event.srcElement.id; if (src_cn == "rollovers") { window.event.srcElement.src = base + src_id + "-on.gif"; } } function document.onmouseout() { var src_cn = window.event.srcElement.className; var src_id = window.event.srcElement.id; if (src_cn == "rollovers") { window.event.srcElement.src = base + src_id + "-off.gif"; } } *****>
![]() |
||||||||
![]() |
|
|||||||
|
||||||||
|
Order of Draconis > Thank You! > thanks! |
|
| << Prev Topic | Next Topic >> |
| Author |
Comment
|
|||
hunneebunnie ![]() Posts: 478 (11/9/04 2:34 am) Reply |
thanks! Thanks Purk, Wyk, Syanie, Necresaro, and Special Guest Bonker Raylah for staying up all night to do trials. I've always secretly wanted to do them all. And snuggly thanks to Traia who came to help only to find out we'd filled up the group. |
|||
|
Rainwalker Tatterheart
Guild Leader Posts: 503 (11/11/04 12:20 am) Reply |
Re: thanks!
Did you pass Teh Trial of Cookienapping?
I hear that's the hardest of them all.
|
|||
<< Prev Topic |
Next Topic >>
|
Email This To a Friend Topic Commands |
|