CSS Marquee-Style Property

CSS 1

CSS 2

CSS 3

No No Yes

Description

This property specifies the style of the marquee.

Syntax

marquee-style: [value];

Possible values

  • scroll
  • slide
  • alternate

Initial Value

scroll

Applies To

Block-level and replaced elements

Inherited

No

Media

Visual

Example

.class {
  marquee-style: slide ;
}


View All CSS Properties