'behavior' Syntax and Note : behavior « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'behavior' Syntax and Note

Note:

The element behavior location. 
To specify multiple behaviors, separate each behavior with a space.

Syntax:
    
element { behavior: value }
elementID.style.behavior = "value"
document.all.elementID.style.behavior = "value"
    

      
      








Related examples in the same category

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