'overflow' Syntax and Note
Note: How to deal with exceeded element content. This style is applicable to positioned elements only. Syntax: element { overflow: value } elementID.style.overflow = "value" document.all.elementID.style.overflow = "value" // IE only
1. | 'overflow' Example | ||
2. | 'overflow' Possible Values | ||
3. | 'overflow' is applied to |