If you want a scroll image just replace the TXT to IMAGE code
NOTE: we can't set the marquee speed and behavior!
any special effects not working in FFSng now...
direction=up
code:
<marquee direction=up height=50>direction=up</marquee>
direction=down
code:
<marquee direction=down height=50>direction=down</marquee>
direction=left
code:
<marquee>YOUR TXT HERE</marquee>
direction=right
code:
<marquee direction="right">YOUR TXT HERE</marquee>
with border
code:
<marquee style="border:BLUE 1px SOLID">YOUR TXT HERE<marquee>
with background
code:
<marquee direction="left" style="background:RED" style="border:#000066 2px solid">YOUR TXT HERE<marquee>
The splitting effect with color:
code:
<marquee width=100 direction=left bgcolor=orange>YOUR TXT HERE</marquee><marquee width=100 direction=right bgcolor=pink>YOUR TXT HERE</marquee>
The crashing effect with color:
code:
<marquee width=100 direction=right bgcolor=orange>YOUR TXT HERE</marquee><marquee width=100 direction=left bgcolor=pink>YOUR TXT HERE</marquee>
code:
<center><MARQUEE behavior=alternate direction=left scrollAmount=2 width="4%">♥</MARQUEE><MARQUEE scrollAmount=4 direction=left width="8%">♥| | | | | | |</MARQUEE>YOUR TXT HERE<MARQUEE scrollAmount=4 direction=right width="8%">| | | | | | |♥</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=2 width="4%">♥</MARQUEE></center>
code:
code:
<marquee direction=left width=50%>Your words here</marquee><marquee direction=right width=50%>Your words here</marquee>
No comments:
Post a Comment