Questions tagged [marquee]

A non-standard HTML element that causes text to scroll automatically

The marquee element is a non-standard HTML element. It causes text to move up, down, left or right in a web browser.

It was introduced in early versions of Internet Explorer to enhance the appearance of web pages. It is still supported by Internet Explorer and is now also supported by Firefox, Opera, Chrome and Safari for legacy reasons.

It is not part of any HTML standard and web pages that contain it are not standards compliant.

717 questions
95
votes
8 answers

Is there a way to make ellipsize="marquee" always scroll?

I want to use the marquee effect on a TextView, but the text is only being scrolled when the TextView gets focus. That's a problem, because in my case, it can't. I am using: android:ellipsize="marquee" …
Matthias
  • 41,630
  • 28
  • 100
  • 129
71
votes
6 answers

Why is deprecated and what is the best alternative?
Longer time I'm curious about HTML tag . You can find in MDN specification: Obsolete This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using…
areim
  • 2,751
  • 2
  • 18
  • 29
66
votes
4 answers

Nested and multiple troubles
Actually I am trying to move some box alternatively with in another box. I made it work, but both the blocks do not interrupt each other. What should I do? How can I make the blocks cross each other? I try using style:position, but it is not…
praveenjayapal
  • 34,661
  • 29
  • 69
  • 72
49
votes
3 answers

How to check jQuery plugin and functions exists?

I have a plugin in some pages but in some other pages I don't want it so I didn't reference its script file. How to check if the plugin functions exist before using it. In my case I am using this plugin: and I use it like this: $('#marquee-inner…
Amr Elgarhy
  • 59,046
  • 67
  • 178
  • 291
42
votes
2 answers

How to see rectangular marquee selected area size without cropping it ? in photoshop cs 5

How can i see rectangular marquee selected area size without cropping it ? It is very easy in paint.net but i have to do in photoshop cs 5. While selecting an area i should be able to see the dimensions of selected area. How can i do that ? Also…
MonsterMMORPG
  • 20,310
  • 69
  • 183
  • 306
40
votes
12 answers

Is it possible to change the speed of HTML's tag?
When one marquee leaves the screen then after a short time gap it enters from another side. Is there any way to reduce this time?
aaaaa
  • 401
  • 1
  • 4
  • 3
31
votes
8 answers

Very Simple, Very Smooth, JavaScript Marquee

I'm trying to find a very simple and smooth, lightweight javascript or jquery marquee. I already tried silk marquee or something, but it wouldn't work with the application I was using. So the simpler and shorter, the better - and easier to debug.…
Derp
  • 901
  • 3
  • 14
  • 22
19
votes
3 answers

Continuously scrolling horizontal ticker containing images in jQuery?

I would like to do something like this: http://javascript.about.com/library/blcmarquee1.htm The script I referenced however seems to be a bit laggy (outdated?), so I was wondering if anyone knew of a better solution. (jQuery solutions welcome.)
Mathias Bynens
  • 130,201
  • 49
  • 208
  • 240
18
votes
4 answers

WPF Marquee Text Animation

I can scroll text with TranslateTransform but when the animation is close to finishing I'd like it to begin again. Like a snake :) This is what I've got:
meymetkaplan
  • 183
  • 1
  • 1
  • 8
17
votes
7 answers

Hover Over to Pause Marquee

I want to create a Marquee that scrolls some news articles but when the user hovers over it I need it to pause and when the user hovers out of it (onMouseOut) I need to ti start back up. This did not work:
Howdy_McGee
  • 9,729
  • 25
  • 98
  • 172
17
votes
2 answers

Marquee effect for Linear Layout

I am trying to implement marquee effect to the layout to help it scroll/animate from right inner side to left inner side just as the ticker view. From the below two links, you would be able to get more knowledge just as stock markets keep users…
15
votes
7 answers

TextView android:ellipsize="marquee" not working as expected

I have some custom elements in a ListView and each element is, up to know, just a TextView in a LinearLayout. I would like the text inside the TextView to be a single line scrolling horizontally when the text is too long. I read many posts on this…
Andre
  • 489
  • 1
  • 6
  • 17
14
votes
5 answers

Android Marquee

Is there any working example for Marquee in android? I went through some sites, but that examples are not working. Thank you for the answers.. But the following code is not working anyway. I am using Android 2.2.
Jomia
  • 3,416
  • 10
  • 44
  • 63
13
votes
2 answers

Is it possible for TextView Marquee in a Widget that extends AppWidgetProvider?

I am very new to Android programming, and I have read everywhere and I can't seem to find any solution. Basic problem is that I have a TextView in a widget and I would like the text to scroll when the text is longer than the TextView layout_width.…
Springy
  • 558
  • 5
  • 15
13
votes
6 answers

Javascript Marquee to replace tags
I'm hopeless at Javascript. This is what I have: