HTML/CSS/Marquee Attributes/behavior — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 26 мая 2010
"behavior" specifies how content will scroll in the "marquee" element
<HTML>
<head>
<Title>Example For behavior</Title>
</head>
<BODY>
<marquee behavior="slide" bgcolor="#99ffff">Animation.</marquee>
</BODY>
</HTML>