Automatic content scrolling of the element in vertical or horizontal dimension.
N/A
that this behavior knows about:
marquee = horizontal | vertical - defines vertical or horizontal marquee;marquee-direction = forward | reverse - defines scroll direction;marquee-speed = normal | slow | fast - speed of auto-scroll;marquee-play-count = undefined | <number> - number of cycles to play;marquee-style = scroll | slide | alternate - style of marquee;div.mymarquee { width:100px; -marquee: horizontal; -marquee-speed: slow; }
N/A