Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

scrolling table

Status
Not open for further replies.

PepperPepsi

Programmer
Aug 3, 2000
241
US
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
 
just checked myself: clip doesnt work, use overflow...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top