on my home page, i have two DHTML scripts that i got from www.dynamicdrive.com ...
they are:
Scrollable Content
and
Textual ToolTip II
on my website its located here:
www.whiteazn.com
the textual tooltip happens and works when you put your mouse over the links at the top and the words fade into view .....
the script that dont work (scrollable content), is the box with the two arrows going up and down .... normally, there should be content in there and be able to use the mouse to scroll up and down ( www.whiteazn.com/test.php ) <-- that has that code by itself, and works ....
i checked for event handlers (read that if there are two seperate event handlers (like body onload= or window.onload.) that it won't work. but only the scrollable content script has a window.onload event handler). is anyone proficient enough to figure out why this wont work together on the same page?
or can it be the script that does the table cell background color changer on mouseover? (in the top table, how the background color of the table cell changes color) ....
they are:
Scrollable Content
and
Textual ToolTip II
on my website its located here:
www.whiteazn.com
the textual tooltip happens and works when you put your mouse over the links at the top and the words fade into view .....
the script that dont work (scrollable content), is the box with the two arrows going up and down .... normally, there should be content in there and be able to use the mouse to scroll up and down ( www.whiteazn.com/test.php ) <-- that has that code by itself, and works ....
i checked for event handlers (read that if there are two seperate event handlers (like body onload= or window.onload.) that it won't work. but only the scrollable content script has a window.onload event handler). is anyone proficient enough to figure out why this wont work together on the same page?
or can it be the script that does the table cell background color changer on mouseover? (in the top table, how the background color of the table cell changes color) ....