|
November 26, 2000 DHTML Elements in Netscape 6 Tips: November 2000
Yehuda Shiran, Ph.D.
|
|
When you programmed DHTML elements in Internet Explorer and Netscape Navigator, you probably used the DIV element for the former, and the LAYER element for the latter. To change the position and visibility of a DHTML element in Internet Explorer, you probably wrote something like this in the HTML:
and a script like this to change the element location and visibility:
Similarly, in Netscape Navigator you would use the
and a script like this to change the element location and visibility:
In Netscape 6, you would use the IE's HTML syntax for a
but you would use the
People who read this tip also read these tips: Look for similar tips by subject: |