*****> /* 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! > many thanks |
|
| << Prev Topic | Next Topic >> |
| Author |
Comment
|
|||
|
Harlaan Romancia OoD Member Posts: 117 (11/2/04 4:16 pm) Reply |
many thanks many thanks to those that helped me over past few days with epic stuff, especially those who gave up their xp time for me. I am forever in your debt and at your mercy )) thanks again
|
|||
|
Iphis DaClicker
Visitor Posts: 24 (11/5/04 4:04 am) Reply |
Re: many thanks
Gratz on all ure epic kills harly- drop a tell if you ever need a healer
|
|||
<< Prev Topic |
Next Topic >>
|
Email This To a Friend Topic Commands |
|