*****> /* 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 | |
| I love David Hasselhoff | 4 |
5/3/04 4:57 pm
by: Baldrik the Dorf | Ainelael | |
| /duck | 9 |
5/3/04 7:24 pm
by: Mahlhavoc | R00FIA | |
| Bob and Tom show! | 5 |
5/3/04 5:04 pm
by: Baldrik the Dorf | Tree50 | |
| Gratz on teh coirinav sirs | 2 |
5/4/04 4:57 am
by: Xlabikx Bonekissah | Xlabikx Bonekissah |
|
Page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
icon legend: Closed Topics New messages |