*****> /* 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! > Thank you All |
|
| Next Topic >> |
| Author |
Comment
|
|||
|
Abbanmu
OoD Member Posts: 33 (12/15/04 10:15 am) Reply |
Thank you All Thanks to all of you for the upgrades from VT. They are very much appreciated. First trip to VT has been a lot of fun. Especially loved the fight Monday night where we had the mobs repop on top of us. Was fantastic watching my guildmates come together, buckle down and kick the crap out of them. This is truely a potent guild when we work together. Thank you all. |
|||
Next Topic >>
|
Email This To a Friend Topic Commands |
|