|
-
January 26th, 2003, 11:41 PM
#1
Junior Member
A question about the <marquee> HTML command
On my page, http://kiekie218.freewebsitehosting.com/premainpg, there is a REALLY long marquee statement! I was wondering if there's any way to control it (ie-speed, line cutoff, parallel lines, etc)
nI am THE...
Canadian, Woman, Goalie, Friend to the End, Spy, Musician, HeadBanger, Moshpit- non-stick-non-stop - pop/rock- neva give up kinda girl that guys wish their girlfriends knew so that they run off with her! YOU WANNA MESS WITH THE BEST?! Bring it.
-
January 27th, 2003, 02:10 AM
#2
Senior Member
try just dividing the sentence in half and putting in on 2 different lines both with the <marquee> flag.
Just because you don\'t see it doesn\'t mean it\'s not there
-
January 27th, 2003, 07:34 AM
#3
Senior Member
You can do a marquee with a different size and color font.
You can even add a colored background.
Here's the tags to do this with:
<HTML>
<FONT COLOR="DARKBLUE" SIZE="6">
<MARQUEE BGCOLOR="ORANGE">
This is really groovy!
</MARQUEE>
</FONT>
</HTML>
Speed :
<HTML>
<FONT COLOR="GREEN" SIZE="6">
<MARQUEE SCROLLAMOUNT="1">
This is scrollamount="1"
</MARQUEE>
</FONT>
</HTML>
Here's how to control the distance the marquee will travel across the screen.
<HTML>
<FONT COLOR="GREEN" SIZE="6">
<MARQUEE WIDTH="50%">
This is 50%
</MARQUEE>
</FONT>
</HTML>
You can control marquee behavior. This is how to do alternate behavior.
<HTML>
<FONT COLOR="DARKSLATEGRAY" SIZE="6">
<MARQUEE BEHAVIOR="ALTERNATE">
This is alternate behavior.
<MARQUEE>
</FONT>
</HTML>
or change directions?
Let's do it like this:
<HTML>
<FONT COLOR="GREEN" SIZE="6">
<MARQUEE DIRECTION="RIGHT">
This is direction right.
</MARQUEE>
</FONT>
</HTML>
There is also a behavior slide?
<HTML>
<FONT COLOR="PURPLE" SIZE="6">
<MARQUEE BEHAVIOR="SLIDE">
This is behavior slide.
</MARQUEE>
</FONT>
</HTML>
To change it's direction to right, edit the line to :
<MARQUEE BEHAVIOR="SLIDE" DIRECTION="RIGHT">
See ya,
-inv
\"I have a 386 Pentium.\"
-
January 27th, 2003, 11:09 AM
#4
<marquee>
[pong]IMHO those Marquee's are realy irritating...
but you are ofcourse allowed to use them, since they are W3C vallid html 4.01..
each to his own, I'd say..[/pong]
w00ps.. ur right slarty...
My bad... I thought they added the marquee statement..
http://www.htmlcodetutorial.com/_MARQUEE.html
ASCII stupid question, get a stupid ANSI.
When in Russia, pet a PETSCII.
Get your ass over to SLAYRadio the best station for C64 Remixes !
-
January 27th, 2003, 01:03 PM
#5
the_JinX:
but you are ofcourse allowed to use them, since they are W3C vallid html 4.01..
Since when, exactly? Funny I cannot see them on the W3C's list of HTML 4.01 elements here?
http://www.w3.org/TR/html401/index/elements.html
MARQUEE is, to the best of my knowledge, TOTALLY Microsoft IE Specific, not supported by any other browser, and a complete waste of time as it's entirely tasteless and makes sites look hideous.
So in answer to the OP: Just don't use them, they will make IE users vomit at how hideous your site looks, and have no effect on anyone else.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|