Home » Tutorials marquee-direction property Tutorials Author admin Reading 1 min Views 431 Published by December 24, 2012 Modified by October 24, 2024 Contents Definition and UsageSyntaxValuesExamplesDefinition and Usage This property determines the initial direction in which the content moves if the marquee effect is used. ‘Forward’ moves the text so that hidden text appears in the normal reading order, ‘reverse’ does the opposite. Name: marquee-direction Value: forward | reverse Initial: forward Applies to: same as ‘overflow‘ Inherited: yes Percentages: N/A Media: visual Computed value: as specified Syntax marquee-direction : forward | reverse; Values ‘overflow-style‘ ‘direction‘ ‘forward‘ ‘reverse‘ ‘marquee-line‘ ‘ltr‘ left right ‘rtl‘ right left ‘marquee-block‘ up down Examples 1 .class { 2 marquee: reverse ; 3 }