PepperPepsi
Programmer
Hi guys,
this is the page i'm working on
when you mouseover the down arrow image, the table move up, but it got overlap on the top. The netscape 4.x works fine, only IE have this problem.
here is part of the code for IE
-----------------------------------------------------------
pos = parseInt(document.all.datatable.style.top) - pixIncr;
document.all.datatable.style.top = pos;
scrolling = setTimeout("scroll_dn()", scrollSpeed);
-----------------------------------------------------------
any help will be appreciate~ thanks~~
Chiu Chan
WebMaster & Software Engineer
emagine solutions, inc
cchan@emagine-solutions.com
this is the page i'm working on
when you mouseover the down arrow image, the table move up, but it got overlap on the top. The netscape 4.x works fine, only IE have this problem.
here is part of the code for IE
-----------------------------------------------------------
pos = parseInt(document.all.datatable.style.top) - pixIncr;
document.all.datatable.style.top = pos;
scrolling = setTimeout("scroll_dn()", scrollSpeed);
-----------------------------------------------------------
any help will be appreciate~ thanks~~
Chiu Chan
WebMaster & Software Engineer
emagine solutions, inc
cchan@emagine-solutions.com