Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: onMouseOver no longer works

Home Forums Older releases 1.0.x onMouseOver no longer works Reply To: onMouseOver no longer works

#2608
admin
Keymaster

In the old page you have this:

<body onLoad="loadImages()">

and in the new one – this:

<body>

This is what causes the issue.

But, honestly, all the JS code you have for the rollovers – this reminds me of my teenage years and my first steps with JavaScript (I am almost 33 now). Please consider using CSS for this stuff.

Cheers!