'shape' Syntax and Note : shape « Javascript Properties « JavaScript Reference

'shape' Syntax and Note

Note:

Read and write property. 
Specifies the element shape. 
    
Syntax:
    
document.getElementById("elementID").shape = value
document.all.elementID.shape = value // IE only

    

      
      








Related examples in the same category

1.'shape' Example
2.'shape' Possible Values
3.'shape' is applied to