[Javascript] moving layers in NN 6

Manuel Socarras Reyes msocarras at terra.es
Tue Oct 15 16:38:45 CDT 2002


hi:

// IE
document.all.Layer1.style.pixelLeft += 10;	

// NN 4.x
document.Layer1.x += 10;	

// NN6.x 
what about with it NN 6? i tried with offsetLeft but it seems like if it's a read only property. 

is there any documentation with the differences between NN 4.x & NN 6.x and/or a list of 
properties' use in NN 6.x?


TIA,

-- 
Saludos,

Manuel Socarrás Reyes <msocarras at terra.es>
Barcelona. Spain






More information about the Javascript mailing list