- From: Lawrance Family Member <lawranc5@airmail.net>
- Date: Sun, 10 May 1998 14:36:25 -0500
- To: "Cascading Style Sheets" <www-style@w3.org>
How about this?
<style>
P.scroll {
position: absolute;
top: 200px;
left: 200px;
width: 200px;
text-decoration: marquee(left, 0, 20px, -1);
}
/* text-decoration: marquee(<direction>, <angle>, <rate>, <count>) */
/* direction left | right | left-right | right-left */
/* angle 0 to 360 */
/* rate units per second */
/* count -1 for continuous, 0 for never, 1 and up for specific
count */
</style>
-Joey
Received on Sunday, 10 May 1998 15:36:36 UTC