amdRocks
02-06-2003, 06:45 PM
Ok thanks for previous responses guys,here is another one.
I have created a scroller script.
it works like this.
I get the div.top position
and then set the div.top = old+speed.
It works perfect on all systems browsers.
except when NS on windows is resized.
When browser is resized a vertical scroll bar appears,once I enlarge the window size and then try to scroll.the vertical scrollbar disappears and that causes the whole div to be moved towards right. how to overcome this offset crap.
table
--+td
----+table
------td
-------+parentDiv
---------+actualScrollingDiv
I reset actualScrollingDiv.top to scroll it.
but that NS vertical scroll bar is ruining the effect that the whole table actually moves right once the vertical scrollbar disappears
I have created a scroller script.
it works like this.
I get the div.top position
and then set the div.top = old+speed.
It works perfect on all systems browsers.
except when NS on windows is resized.
When browser is resized a vertical scroll bar appears,once I enlarge the window size and then try to scroll.the vertical scrollbar disappears and that causes the whole div to be moved towards right. how to overcome this offset crap.
table
--+td
----+table
------td
-------+parentDiv
---------+actualScrollingDiv
I reset actualScrollingDiv.top to scroll it.
but that NS vertical scroll bar is ruining the effect that the whole table actually moves right once the vertical scrollbar disappears