'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