*****> /* 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 > General Discussion > Be Back ASAP |
|
| << Prev Topic | Next Topic >> |
| Author |
Comment
|
|||
|
Grythin
OoD Member Posts: 67 (12/9/04 7:33 am) Reply |
Be Back ASAP Due to RL I will be MIA for awhile all.I currently only have Internet Access from work so will keep up on all via boards.I hope to have my net back up soon. Laterz All
|
|||
<< Prev Topic |
Next Topic >>
|
Email This To a Friend Topic Commands |
|