'direction' sets the scrolling direction of the text in a 'marquee' element : direction « Marquee Attributes « HTML / CSS

HTML / CSS » Marquee Attributes » direction 
'direction' sets the scrolling direction of the text in a 'marquee' element

    
<HTML>
<BODY>
<marquee direction="right" 
         behavior="slide" 
         bgcolor="cyan">www.java2s.com
</marquee>
</BODY>
</HTML>  
    
      
      
Related examples in the same category
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.