I personally love marquees when used properly and sparingly. You don't see them a lot anymore but I think they can add some simple eye-candy to load in things like news feeds or updates etc. Since it is not part of the standards anymore is there any chance that a browser might not support the marquee tag some time in the future? Should I avoid my personal preference just to be safe?
Asked
Active
Viewed 241 times
2 Answers
2
I really doubt the marquee will make a comeback. I have no proof, however I can offer a replacement. Quite simply, the marquee tag wasn't all that configurable. These days web developers demand a lot more control. You can easily emulate a marquee using javascript (here's an example). So for now, my advice is if you must have a marquee, use javascript. If it makes a comeback later, it'll be trivial to switch back.

Chris Eberle
- 47,994
- 12
- 82
- 119
-
Ok, cool! According to that link css3 has some new style attributes with the marquee element also http://www.w3.org/TR/css3-marquee/ – Howdy_McGee Apr 26 '12 at 02:41
-
See, I told you I had no proof :) Very cool, I wasn't aware of that. – Chris Eberle Apr 26 '12 at 02:45
2
As far as I see, there is no real threat or harm in using <marquee>
. Clearly on this link, W3C implies the "Don't use it" anymore scheme. No offense, but I find <marquee>
to be some kind of cheap attention grabber, nowadays. It had its day, probably you might want to settle in using JavaScript as mandatory alternative.

deex
- 515
- 4
- 16