How to use html vertical marquee


It's very easy to set marquee in vertical mode. 

1. First start with  marquee tag:


<marquee>

</marquee>

2, Set direction="up" :

<marquee
direction="up">

</marquee>






:::Example::


sharwar.blogspot.com
sharwar.blogspot.com
sharwar.blogspot.com

sharwar.blogspot.com


::Full Code::


<marquee bgcolor="#D80000"
scrollamount="2"
direction="up"
loop="true"
width="100%">
<center>
<font color="#ffffff">sharwar.blogspot.com <br> sharwar.blogspot.com <br> sharwar.blogspot.com <br> <br> sharwar.blogspot.com
</font>
</center>
</marquee>

Comments