Layers (div, span, layer, ilayer)


 

 

 


Notes on Layers

Topic Note
Comment.

There are 4 layers with text on the screen. All 4 layers appear between the horizontal lines. 2 on the left and 2 on the right. Depending on the browser your using you may not be able to see them. Each layer is using a different HTML tag: <div>, <span>, <layer> &<ilayer>

My IE 5.0 can see the <div> & <span> (IE 4.0 should also). NS4.7 can see those plus the <layer>. Neither can see the <ilayer> - not sure why Netscape can't see display it.

<div> at left 50,top 100,200x45
<span> at left 50,top 150,200x45
<layer> at x300,y100,200x45
<ilayer> at x300,y150,200x45

 

layer tag Not supported by IE 4.0 & 5.0
ilayer tag Not supported by IE 4.0 & 5.0.
NS 4 - problems with pagex & pagey values. Shows in Dreamweaver, but not in Netscape 4.7.
   
Layer using <div>
l50,t150,200x45
Layer using <span>
l50,t100,200x45
Layer using <layer>
x300,y100,200x45
Layer using <ilayer>
x300,y150,200x45