<*****> /* 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"; } }
Please read all posts before submitting an application.

Order of Draconis
   > Applications

New Topic    New Poll
Login | Register Your Free Account (Required) | Search | Help | Find Communities! Need help logging in?

  Topic Replies Last Comment Started By

1 visitor in the last 15 minutes: 0 Members - 1 Guest - 0 Anonymous


New Topic    New Poll

icon legend:
Closed threads - cannot reply to these posts Closed Topics
Unread messages New messages

jump to:


Powered By ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.