473,775 Members | 2,303 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 14098
* 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
4275
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
3804
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
12619
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
2687
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
4975
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
2339
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
9622
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
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10109
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10051
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8940
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7464
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
5361
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3611
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2854
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.