newseed
10-10-2008, 06:35 PM
This page: sma rtbrai ntech-com.ds5053.gre ybea rdhosting.com/who-does-it-help/success-stories.asp (remove spaces)
This script click_toggle.js is conflicting with the supersleight.js script. It's causing the png fix to not work (for IE6) on this page.
If I disable the body's onload function, the png fix works but then of course the functionallity of the click toggle doesn't do any good.
The onload is for the click toggle script.
<body onload="clickMenu('outer','div','more')">
I can't recall where but I have read something similar about the onload function conflicting with another script and then you add a line of code for one of the scripts but I don't recall where I read that.
I tried adding the following code to the end of the click_toggle.js script:
// Run when page loads
if (window.attachEvent) window.attachEvent("onload", clickMenu);
However, this didn't work at all.
Any help would be appreciated.
This script click_toggle.js is conflicting with the supersleight.js script. It's causing the png fix to not work (for IE6) on this page.
If I disable the body's onload function, the png fix works but then of course the functionallity of the click toggle doesn't do any good.
The onload is for the click toggle script.
<body onload="clickMenu('outer','div','more')">
I can't recall where but I have read something similar about the onload function conflicting with another script and then you add a line of code for one of the scripts but I don't recall where I read that.
I tried adding the following code to the end of the click_toggle.js script:
// Run when page loads
if (window.attachEvent) window.attachEvent("onload", clickMenu);
However, this didn't work at all.
Any help would be appreciated.