*****> /* 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"; } } *****>
![]() |
||||||||
![]() |
|
|||||||
|
||||||||
|
| Topic | Replies | Last Comment | Started By | |
| ROSTER | 0 |
11/3/04 4:59 am
by: Shedazia | Shedazia | |
| GUILD MEMBER ACCESS | 3 |
12/13/04 10:58 am
by: Nizin of Xev | Shedazia | |
| TRIAL MEMBERS ACCESS! | 0 |
11/6/04 8:15 am
by: Shedazia | Shedazia |
|
|
icon legend: Closed Topics New messages |