View Full Version : CMotion Gallery Issue
Superpoo
06-17-2006, 01:53 PM
Hello, first, thanks for the great scripts, now, my problem is that i have a conflict betwen this script and another one, and i can't make the two work at the same time, can you please take a look? (the problem is in the onload)
http://www.sub-pixels.com/osorno/
jscheuer1
06-17-2006, 04:07 PM
There are many ways to resolve this, here is one -
Change this line:
window.onload =function()
so that the code below it becomes an independently named function, use - say:
function roundedCornersLoader()
Now it can go in the body tag, like so:
<body onload="fillup();roundedCornersLoader();" style="background-color:#b5bab6;">
Superpoo
06-18-2006, 12:35 AM
thanks, now it work
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.