<marquee scrollamount="5" behavior="scroll" direction="left" ="this.stop();" ="this.start();" width="250">This is a marquee! <img src="http://i201.photobucket.com/albums/aa236/Mottie1/testsite/emotes/wave.gif"></marquee>
scrollamount="#" sets the scroll speed of the text/images inside. The default speed is "6". # Scroll Speed Example 0 Stoppedtest 1 Very Slowtest 10 Mediumtest 20 Fasttest 30+ Unreadable!test
behavior="scroll" sets how marquee behaves. The default behavior is "scroll". Value What it does Example slide slides in and stopstest scroll continuous scrollingtest alternate bounces between edges test
direction="left" sets the scroll direction of the marquee. The default direction is "left". Direction Example uptest downtest lefttest righttest
width="#" Set the width (pixels or percentage) of the marquee. height="#" Set the height (pixels or percentage) of the marquee window. loop="#" Number of times the marquee will loop, leaving it out will make it loop infinitely. scrolldelay="#" You can use to slow the marquee. The # is in milliseconds (e.g. 1000 = 1 sec). ="this.stop();" ="this.start();" Add this to stop the marquee when you mouse over the block
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>