|
| Index | Recent Threads | Unanswered Threads | Who's Online | User List | Help |
|
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 13
|
|
| Author |
|
|
Stranger ![]() Joined: May 2, 2008 Post Count: 19 Status: Offline |
Hi there, I know fully how to use the html marquee tag, but when i put something in for it to scroll to the left, the text sentence scrolls to the left, but then there is a gap (like a pause) then it loops again. Is there any way to not include this blankgap to it is continuously scrolling like a conveyor belt? |
||
|
|
Advanced Member UK Joined: Sep 17, 2007 Post Count: 590 Status: Offline |
It should start the next scroll as soon as the previous text has scrolled off the screen. If not, I suggest that you repeat the text inside the marquee tag with a few spaces in between, like:- Text in marquee tag Text in marquee tag Text in marquee tag which should show the text snippets following each other. (You may get advice from others not to use the marquee tag; they don't like it and it doesn't validate". ---------------------------------------- Code downloaded to my PC will be deleted in due course. WIN XP SP3; IE7, Firefox 3.0, Opera and Safari for Windows; screen resolution usually 1024x768. IE6 on W98 with 800*600. |
||
|
|
Advanced Member Texas, USA Joined: Dec 8, 2003 Post Count: 3021 Status: Offline |
(You may get advice from others not to use the marquee tag; they don't like it and it doesn't validate". Here's some advice, Kiran: Don't use it! It's annoying, hard to read, and it's only supported in IE (not sure if all versions or just the older ones).And it doesn't validate. ---------------------------------------- ... |
||
|
|
Advanced Member USA Joined: Nov 27, 2003 Post Count: 6285 Status: Offline |
There is no Marquee tag. (fill in with "yes there is...") No there isn't. You will not find it in the specs of HTML which means it does not exist (hence it does not validate). It is a tag M$ thought up and tried to make a standard and it failed (though not quite as badly as Netscape's "Blink" tag.) It was only supported in IE, at some point Mozilla began supporting it. But truth told
|
||
|
|
Advanced Member UK Joined: Dec 29, 2004 Post Count: 1662 Status: Offline |
Just to add to the debate, there used to be a DoS (denial of service) bug "caused by improper handling of specially-crafted HTML marquee tags" that affected Numerous browsers, including Firefox, Internet Explorer and Opera! ---------------------------------------- Pavonis Mons | Listen of the week: "Residue of Desire" by Acumen |
||
|
|
Advanced Member USA Joined: Nov 27, 2003 Post Count: 6285 Status: Offline |
That one is new to me. Interesting... |
||
|
|
Stranger ![]() Joined: May 2, 2008 Post Count: 19 Status: Offline |
thnx to all |
||
|
|
Newbie india Joined: Aug 29, 2008 Post Count: 22 Status: Offline |
add the marquee tag as literal control in page load function Literal marquee = new Literal (); marquee.Text =''<marquee>MyText</marquee>''; this.Controls.Add(marquee) ; ----- i hope it helped u |
||
|
|
Member Joined: Mar 2, 2007 Post Count: 56 Status: Offline |
Best control for the marquee tag is a CSS style that includes {display:hidden} or {display:none} |
||
|
|
Advanced Member USA Joined: Nov 27, 2003 Post Count: 6285 Status: Offline |
misuse of display hidden or display done can and will result in portions of the web site.content not being available to disabled users and should be used only with extreme caution when their use is well understood. |
||
|
|
|
|
|
Current timezone is GMT May 22, 2013 10:04:56 AM |