View Full Version : Script Vs. Script.........
runner45
11-07-2005, 07:04 PM
Har problemer med at få Autumn leaves script og Circling text trail script til at køre på samme side.. hva gør jeg?
jscheuer1
11-07-2005, 08:28 PM
Remove:
window.onload=fall
from the leaves script. Remove:
if (ns||ie)window.onload=drag;
from the circling text trail script. Add:
onload="fall();if(ns||ie){drag();}"
to your body tag, ex:
<body onload="fall();if(ns||ie){drag();}">
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.