CSS Overflow-Style Property
CSS 1 |
CSS 2 |
CSS 3 |
|
|
|
|
Description
This property specifies the preferred scrolling method for elements that overflow.
Syntax
overflow-style: [value];
Possible values
- auto
- [marquee-line]
- [marquee-block]
Initial Value
Auto
Applies To
Block-level and replaced elements
Inherited
Yes
Media
Visual
Example
.class {
overflow-style: marquee ;
}
Loading Twitter