I got a question for you all. Does anyone know how I could to use CSS to create scrolling text instead of having to using
the marque tag? Marque is not XHTML (neither is most my site).
trudog17 wrote:
[I got a question for you all. Does anyone know how I could to use CSS to create scrolling text instead of having to using
the marque tag? Marque is not XHTML (neither is most my site).
Many thanx in advance,]
trudog17, Cascading Style Sheets can’t do that… but java script can!
Comment by trudog17 — October 2, 2008 @ 7:06 pm
Hey folks,
I got a question for you all. Does anyone know how I could to use CSS to create scrolling text instead of having to using
the marque tag? Marque is not XHTML (neither is most my site).
Many thanx in advance,
trudog17
Comment by DoorMan — October 3, 2008 @ 2:45 pm
trudog17 wrote:
[I got a question for you all. Does anyone know how I could to use CSS to create scrolling text instead of having to using
the marque tag? Marque is not XHTML (neither is most my site).
Many thanx in advance,]
trudog17, Cascading Style Sheets can’t do that… but java script can!
If you want a block vertical scrolling, have a look at Joshua’s
scroller, it might well do just what you want:
http://demo.fairsky.us/javascript/scroller.html
For a js marqee replacement, mooquee built on the mootools js library
look nice: http://developer.ps/moo/mooquee/
Hope that helps,
DoorMan