473,789 Members | 1,792 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Marquee

Although some browsers support the MARQUEE tag, it is not defined
in the HTML 4.01 specification. This tag creates a scrolling line
of text. It works with Mozilla 1.6 and supposedly with Internet
Explorer.

Is there a way to get a scrolling line of text within the HTML
4.01 or CSS specifications without resorting to Java or
JavaScript?

--

David E. Ross
<http://www.rossde.com/>

I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <http://www.mozilla.org/>.
Jul 20 '05 #1
7 14100
* David Ross wrote in comp.infosystem s.www.authoring.stylesheets:
Is there a way to get a scrolling line of text within the HTML
4.01 or CSS specifications without resorting to Java or
JavaScript?


http://www.w3.org/TR/css3-box/#marquee
Jul 20 '05 #2
David Ross <no****@nowhere .not> wrote in:
It works with Mozilla 1.6 and supposedly with Internet
Explorer.
Yea, IE introduced <marquee>.
Is there a way to get a scrolling line of text within the HTML
4.01 or CSS specifications without resorting to Java or
JavaScript?


No.

--
David Håsäther
Jul 20 '05 #3
On Sat, 06 Mar 2004 12:25:40 -0800, David Ross <no****@nowhere .not> wrote:
Although some browsers support the MARQUEE tag, it is not defined
in the HTML 4.01 specification. This tag creates a scrolling line
of text. It works with Mozilla 1.6 and supposedly with Internet
Explorer.

Is there a way to get a scrolling line of text within the HTML
4.01 or CSS specifications without resorting to Java or
JavaScript?

Ask your users to spin the monitor around.

The marquee "feature" has been buried - deep - as a possibility in
accessible design. You'll need to use Js etc. or animation of some sort to
do that.
Jul 20 '05 #4
On Sat, 06 Mar 2004 21:40:09 +0100, Bjoern Hoehrmann <bj****@hoehrma nn.de>
wrote:
* David Ross wrote in comp.infosystem s.www.authoring.stylesheets:
Is there a way to get a scrolling line of text within the HTML
4.01 or CSS specifications without resorting to Java or
JavaScript?


http://www.w3.org/TR/css3-box/#marquee

Oh my... I'm heading for the hills! Marquee has RISEN FROM THE GRAVE!!
Jul 20 '05 #5
DU
David Ross wrote:
Although some browsers support the MARQUEE tag, it is not defined
in the HTML 4.01 specification. This tag creates a scrolling line
of text. It works with Mozilla 1.6
Really?
Bug 232545 (Text included by <marquee></marquee> is not shown) was fixed
not too long ago.
http://bugzilla.mozilla.org/show_bug.cgi?id=232545

and supposedly with Internet Explorer.

Is there a way to get a scrolling line of text within the HTML
4.01 or CSS specifications without resorting to Java or
JavaScript?

No.
With javascript:
http://devedge.netscape.com/toolbox/.../xb/xbMarquee/

With CSS3:
http://www.w3.org/TR/css3-box/#marquee

Top Ten Mistakes in Web Design
"3. Scrolling Text, Marquees, and Constantly Running Animations
Never include page elements that move incessantly. Moving images have an
overpowering effect on the human peripheral vision. A web page should
not emulate Times Square in New York City in its constant attack on the
human senses: give your user some peace and quiet to actually read the
text!"
http://www.useit.com/alertbox/9605.html

DU
Jul 20 '05 #6
David Ross <no****@nowhere .not> wrote:
Although some browsers support the MARQUEE tag, it is not defined
in the HTML 4.01 specification. This tag creates a scrolling line
of text. It works with Mozilla 1.6 and supposedly with Internet
Explorer.
Microsoft originated MARQUEE and their documentation says it must have
both start and end tags, so firstly, let's call it an "element" and
secondly, it certainly works in Internet Explorer. Opera implements
MARQUEE and BLINK with Opera 7.2 [1]. Since all three Windows
graphical browsers now implement MARQUEE, and since "everyone uses
windows", its status in W3C specifications is largely irrelevant.

Is there a way to get a scrolling line of text within the HTML
4.01 or CSS specifications without resorting to Java or
JavaScript?


(Now why would you want to do a crazy thing like that?)

This is where the "standards compliant" fetish gets exposed. There's
nothing more annoying than seeing some webpage start up a Java applet
just to include a line of scrolling text. And such Java de-enhanced
webpages are "standards compliant" - woo hoo! If you really feel you
must have scrolling text, please just use a MARQUEE. What's the worst
that can happen - the text will be rendered but not scrolling?

[1] There used to be a nasty bug in Opera caused by their experimental
marquee implementation in 7.0 and 7.1, that rendered the MARQUEE text
invisible.

--
Karl Smith.
Jul 20 '05 #7
Marquee...just say NO

--
eric
www.ericjarvis.co.uk
"live fast, die only if strictly necessary"
Jul 20 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3393
by: Jo_Calico | last post by:
I love the Dynamic Drive cross browser marquee script. I'd like to make the text loop immediately after completion, so the beginning runs right after the end (does that make sense?). Could anyone tell me how to do this? Here's the link: http://www.calicosystems.com/pilla/index1.htm Here's the code: <script language="JavaScript1.2">
2
1903
by: Rebecca | last post by:
Hello everybody, Since a few years I'm fooling around a little bit trýing to make a website for my husbands' oldmobils. One of the idea's is to let a car 'drive' through the screen, make it 'drive back' through the screen en stand still somewhere in the middle or at the right side (doesn't matter). I've been trying to establish this with just the marquee-element, but this didn't work, both images came through the screen at the same time ,...
1
6481
by: Sketcher | last post by:
Hi all, I am looking to add the following scrolling marquee to my website (see code below) However instead of using the marquee methods I want to use and as a person rests their mouse on either word the list will scroll accordingly. I do not want the text to scroll continously - it should only operate when the Up | Down feature is used.
15
10418
by: charlie fortune | last post by:
I'm quite new to HTML, and have seen <marquee> get bad press here. What's wrong with using it. I wanted to have the contents of a .txt file scrolling for news items, can I do this with marquee, or should I be looking at applets ?
2
4277
by: P2P | last post by:
Hi I am wondering if someone can help me here with the "perfect" marquee vertical scrolling script I've found. This marquee is great for me as it will call an external html page. This allow me to design a html page and update just that page without having to muck around on coding with the main page. There is one thing I like to have this marquee script able to do for me.
56
3805
by: Ed Jay | last post by:
I note in an Eric Meyers book that he expresses one goal of using CSS is to eliminate all <brtags. Why? -- Ed Jay (remove 'M' to respond by email)
8
12622
praclarush
by: praclarush | last post by:
Ok, I'm new to JavaScript and I'm taking a class for it the assignment in it I'm supposed to create edit a pre-made page to display a marquee that automatically scrolls for the user, as well as give an option to start, stop and reset the marquee. Now I have most of this done already, what I'm having problems with is that when i start the marquee it moves to the right, but i need to have it move from the bottom, upwards. heres my code (I'm not...
1
2688
by: ced69 | last post by:
having trouble getting marquee to work get object required errors tring t <title>This Month at the Chamberlain Civic Center</title> <link href="styles.css" rel="stylesheet" type="text/css" /> <script src="Dunbarlab9.js" type="text/javascript"></script> <script type="text/javascript">
5
4976
by: 000baaa000 | last post by:
The following HTML marquee code works better in Microsoft Internet Explorer, breaks (in more than one way) in Mozzila Firefox <pre>------------------------------------------------- start HTML code ------------------------------ <marquee> <marquee width=100% direction=up> <CENTER><marquee width=50% BGCOLOR=ORANGE>INNER 1</marquee> <br> <CENTER><marquee width=60% BGCOLOR=BLUE...
3
2341
by: Rajneesh Chellapilla | last post by:
Hi I made this marquee program however, I am having trouble getting all four marquees to line up correctly. Basically I want the the 4 marquees to line up on the four sides exactly so they intersect. Three of them look good. With fourth the marquee does something funny this is illustrated if you change the border color of the "up" marquee in the program. Help and insights would be appreciated. Here is the program, it is computationally...
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10374
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9969
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7519
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5540
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4078
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3677
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2898
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.