Текст бежит налево:Code
<marquee behavior="scroll" direction="left" width="300" height="20" scrolldelay="100" loop="infinite">Здесь находится ваш текст. В качестве содержимого могут выступать как текст, так и иллюстрации</marquee>
Текст бежит напрво:
Code
<marquee behavior="scroll" direction="right" width="300" height="20" scrolldelay="100" loop="infinite">Здесь находится ваш текст. В качестве содержимого могут выступать как текст, так и иллюстрации</marquee>
Три объявления с интервалом на лево катит:
Code
<marquee behavior="scroll" direction="left" width="300" height="30" scrolldelay="50" loop="-1">
<table width="2500" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="500" height="20">1 объявление 1 объявление 1 объявление</td>
<td width="500"><!--здесь ничего писать не надо--></td>
<td width="500">2 объявление 2 объявление 2 объявление</td>
<td width="500"><!--здесь ничего писать не надо--></td>
<td width="500">3 объявление 3 объявление 3 объявление</td>
</tr>
</table>
</marquee>
Три объявления с интервалом направо катит:
Code
<marquee behavior="scroll" direction="right" width="300" height="30" scrolldelay="50" loop="-1">
<table width="2500" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="500" height="20">1 объявление 1 объявление 1 объявление</td>
<td width="500"><!--здесь ничего писать не надо--></td>
<td width="500">2 объявление 2 объявление 2 объявление</td>
<td width="500"><!--здесь ничего писать не надо--></td>
<td width="500">3 объявление 3 объявление 3 объявление</td>
</tr>
</table>
</marquee>
Текст катися снизу вверх:
Code
<Marquee Behavior="Scroll" Direction="Up" Height="100" width="100" ScrollAmount="2" ScrollDelay="50" onMouseOver="this.stop()" onMouseOut="this.start()">
<center>Здесь находится ваш текст. В качестве содержимого могут выступать как текст, так и иллюстрации</center></MARQUEE>
Сверху вниз:
Code
<Marquee Behavior="Scroll" Direction="Down" bgcolor="#93d5f9" Height="100" width="100" ScrollAmount="2" ScrollDelay="50" onMouseOver="this.stop()" onMouseOut="this.start()">
<center>Здесь находится ваш текст. В качестве содержимого могут выступать как текст, так и иллюстрации</center></MARQUEE>
Четыре цветных столбца:
Code
<marquee bgcolor="pink" width="25%">your exciting message here</marquee><marquee bgcolor="aqua" width="25%" direction="right">your exciting message here</marquee><marquee bgcolor="silver" width="25%">your exciting message here</marquee><marquee bgcolor="aqua" width="25%" direction="right">your exciting message here</marquee>
Тасовка:
Code
<marquee width=300 height=10 behavior="alternate" style="border:3px solid red ;"><img src="АДРЕС КАРТИНКИ"></marquee>
Лёт:
Code
<marquee behavior="alternate" direction="down" scrollamount="10"><marquee behavior="scroll" direction="left" scrollamount="10"><img src="АДРЕС КАРТИНКИ" /></marquee></marquee>
Пляс:
« П Л Я Ш Е М и П О Ё М ! ! ! »
Code
<marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="22" width="4%">«</marquee><marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="22" width="4%"> П </marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="22" width="4%"> Л </marquee><marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="22" width="4%"> Я </marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="22" width="4%"> Ш </marquee><marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="22" width="4%"> Е </marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=15 scrollamount=2 height="22" width="4%"> М </marquee><marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="22" width="4%"> и </marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=15 scrollamount=2 height="22" width="4%"> П </marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="22" width="4%"> О </marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=15 scrollamount=2 height="22" width="4%"> Ё </marquee> <marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="22" width="4%"> М </marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="22" width="4%"> ! </marquee><marquee align="middle" behavior="alternate" direction="down" scrolldelay=15 scrollamount=2 height="22" width="4%"> !</marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="22" width="4%"> ! </marquee><marquee align="middle" behavior="alternate" direction="up" scrolldelay=20 scrollamount=2 height="22" width="4%"> »</marquee>