Szövegdoboz, amiben felfelé megy a szöveg vagy kép
Kód
<style>
<!--
marquee {
background-color: #00ffff;
color: #000000;
border-width: 3px;
border-style: double;
border-color: #009999;
width: 150;
height: 170;
margin: 5px
}
-->
</style>
<marquee behavior="scroll" align="center" direction="up" scrollamount="1" scrolldelay="20" onmouseover='this.stop()' onmouseout='this.start()'>
Szöveg helye <br>
</marquee>
|