home / experts / javascript / column33 |
|
The implementations of the HTML Scroller differ quite a lot between Netscape Navigator and Internet Explorer. The main one is that we implemented the DHTML element with the We have made every effort to remove any browser dependency from the scroller script. These browsers differ, for example, in their support of the
As you can see, in Netscape Navigator we translate the function call to an
Using such functions helps streamlining the main script, as all browser dependencies are handled in these functions instead of the main script. Another potential streamlining is the conversion of Netscape Navigator's DHTML model to the in-line |
Produced by Yehuda Shiran and Tomer Shiran
Created: January 4, 1999
Revised: January 4, 1999
URL: http://www.webreference.com/js/column33/streamline.html