how would I go about making a marquee in html? could I define everything i.e. speed, looping, text color, background color, direction, etc. With just html or should I need to know another language to define those aspects? Also could I implement an image in the marquee?
+4
A:
You don't want to use that tag. Really. It is evil.
For alternatives, check out:
Paolo Bergantino
2009-03-26 20:59:42
+1
A:
@Paolo is correct, you also might wanna look into tools to do similar things but have much more functionality. jScroller for example.
Ólafur Waage
2009-03-26 21:00:50
+1
A:
You can do images in the marquee tag:
http://jdstiles.com/java/scrollers/scrollingimage.html
But it's not a good tag to use. Go for one of the many javascript libraries that do this, such as this Cross Browser Marquee that allows you to set all the parameters you like.
Adam Davis
2009-03-26 21:00:53
A:
Something like this:
<MARQUEE id=Marquee2 title=""
style="BORDER-RIGHT: 1px; BORDER-TOP: 1px; PADDING-LEFT: 3px; Z-INDEX: 2; OVERFLOW: hidden; BORDER-LEFT: 1px; WIDTH: 5.197in; TEXT-INDENT: 0px; BORDER-BOTTOM: 1px; HEIGHT: 0.156in"
trueSpeed scrollDelay=150 MsoTextAlign="General">My Text Goes Here</MARQUEE>
MarlonRibunal
2009-03-26 21:02:04
1997 called. They want their Angelfire pages back.
Adam Jaskiewicz
2009-03-26 21:07:16
I want to give you +1 simply because I think you went to so much effort to get so much badness into your answer and you should be rewarded :) Still, I just know that someone will see my +1 and take your answer seriously, so I'm sorry, I just can't do it.
Steerpike
2009-03-26 21:08:24
This is a black hole answer, bad advice cannot escape it's gravity
MrChrister
2009-03-26 21:21:26