View Full Version : marquee in css!


Zeate
04-02-2003, 07:55 PM
Hi!
Got a problem..
Because I'm gonna have marquee, but I want the code for it in css..
And it's the speed..
I'm write:
marquee {
scrollamount: 1;
}
But it doesn't seem to work.. and I tried scroll-amount, scrollamount, amount...

And.. I want, when people touched it, it's gonna stop..
marquee:hover {
scrollamount: 0;
}
Please help?

Alcy
04-02-2003, 08:39 PM
This isn't css, but it sounds like what you're describing....
http://www.dynamicdrive.com/dynamicindex2/cmarquee2.htm

Zeate
04-03-2003, 11:47 AM
That's good, but I want too scroll it sideways, not that way...

But thanks for you're help :) Maybe some other knows?

jennaba
04-03-2003, 03:31 PM
why is it that you wanna do it in css? i don't think it's possible (i couldn't find it in the o'reilly css book).. have you seen it done somewhere else?

Alcy
04-03-2003, 11:03 PM
They have a sideways one too ;)
http://www.dynamicdrive.com/dynamicindex2/cmarquee.htm

Xiphias
04-03-2003, 11:58 PM
I reccomend not using marquees, they dont show up in Netscape anyway... I looked around, but there isn't any way that I can find to put a marquee through css, you have to do it manually.