Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 861 results for
marquee
- Page 1
Re: Marquee or Scrolling Text message in Statusbar using VB6
Programming
Software Development
17 Years Ago
by debasisdas
Marquee
is used in webpages . to et the same effect create a gif image with the
Marquee
text and add thet to the status bar in a particular pannel.
Re: marquee not working in ff
Programming
Web Development
15 Years Ago
by MidiMagic
marquee
is a deprecated tag.
Marquee not seen by AOL users...code needed
Digital Media
UI / UX Design
18 Years Ago
by NotAWebmaster!
…! Help please... I used HTML code for the
marquee
which is obviously not going to work so everyone … Stacy NotAWebmaster! <CODE> [B]</
MARQUEE
>[/B] [B]<
marquee
bgcolor="D5E3EE" direction="left"…D5E3EE solid;font-weight:bold>[/B] [B]<
marquee
scrollamount="4" onmouseover="this.scrollAmount=0&…
Marquee - Scrolling stops when first image hits the other end in IE
Programming
Web Development
14 Years Ago
by hkdaniWeb
… on a small project using Dreamweaver. I have a
marquee
with many images. Everything works fine in Dreamweaver Live… the left end). In IE8 (which supposedly fully support
marquee
, right?) , once the first image hits the left end…5); " onmouseout="GoNormal(this);"/> </
marquee
> //I have 20 + images at the exact same …
Marquee Alternative Help
Programming
Web Development
12 Years Ago
by umarmaqsood
…#marqueecontainer{ position: relative; width: 505px; /*
marquee
width */ height: 70px; /*
marquee
height */ background-color: transparent; overflow: hidden;…="text/javascript"> /*********************************************** * Cross browser
Marquee
II- © Dynamic Drive (www.dynamicdrive.com) * …
Re: Marquee - Scrolling stops when first image hits the other end in IE
Programming
Web Development
13 Years Ago
by guillermorojas
I was the same problem with le plugin Image
Marquee
sur Wordpress Plugin Name: Image
Marquee
Plugin URI: http://puguh.raharjo.web.id…/image-
marquee
-wordpress and I found the solution` adding ` at …
Re: Marquee not seen by AOL users...code needed
Digital Media
UI / UX Design
18 Years Ago
by Fungus1487
… would be to use Javascript. You could google search javascript
marquee
and there will be hundreds of examples. But then this… users having javascript installed. Thus stopping some users seeing the
marquee
and putting you right back at square one. Your probably…
Re: Marquee - Scrolling stops when first image hits the other end in IE
Programming
Web Development
14 Years Ago
by TrongPhuc
…, but I have just resolved it. By this way <
marquee
id="mainMarquee" scrollamount="3" >[COLOR…',this,5); " onmouseout="GoNormal(this);"/> </
marquee
> Good luck ^^
Marquee with Json binding
Programming
Web Development
8 Years Ago
by Abhishek_26
…for($i=0;$i<$count;$i++) { echo '<
marquee
behavior="scroll" LOOP=2 direction="left"…]]['link'].'> '.$json[array_rand($json)]['coupon_title'].'</a></
marquee
><br/>'; } ?> </div> &…
Marquee using HTML
Digital Media
UI / UX Design
13 Years Ago
by irffan
Can anybody help me to make
marquee
in 3D and how to run it in circle via HTML.I mean when the whole description of
marquee
about to end,it automatically start from other end before the previous
marquee
ends.
marquee text long
Digital Media
UI / UX Design
11 Years Ago
by Mohammed_5
hi guys ,,, I have a problem with
marquee
the problem is I have a long text and i need to be show in line but the size of
marquee
is small an can't hold the full text ans show below the
marquee
how i can solve this thanks
Re: marquee control in asp.net2005
Programming
Web Development
16 Years Ago
by i_sheetal
[QUOTE=ritika_khanna;589650]i want to use
marquee
control in asp.net2005 application.please tell …me how to use it?[/QUOTE] [B]Using
marquee
in ASP.net[/B] ===In Default.aspx=== [code=…/>"; string text = "<
MARQUEE
>" + str + "</
MARQUEE
>"; Literal1.Text = text+"<…
Re: Marquee's
Programming
Web Development
15 Years Ago
by Airshow
…> <td style="width:100px;"><
marquee
behavior="scroll" direction="left" hspace="… alt="smile" border="0" /></
marquee
></td> </tr> </table>… think you may end up having to write your own
marquee
function in javascript to dynamically control the position of two…
Re: Marquee using HTML
Digital Media
UI / UX Design
13 Years Ago
by hericles
The old <
marquee
> tag is deprecated. You can use a javascript library like jquery to do it pretty easily. There is a demo of some of the things you can do here: [url]http://remysharp.com/demo/
marquee
.html[/url]
Re: marquee control in asp.net2005
Programming
Web Development
17 Years Ago
by dskumar_85
[QUOTE=ritika_khanna;589650]i want to use
marquee
control in asp.net2005 application.please tell me how to … page go to source and type the following code <
marquee
direction ="up" scrollamount="5" scrolldelay ="…;A> HAI</A> </p> <
marquee
> ]]
Re: marquee not working in ff
Programming
Web Development
15 Years Ago
by praveen_dusari
… order by order_id asc"; $qwer=mysql_query($selc); ?><
marquee
behavior="scroll" direction="left" scrollamount="…;/><? echo " "; } ?></
marquee
>[/code] the output is with
marquee
tag but it is not scrolling.. just…
Re: marquee not working in ff
Programming
Web Development
15 Years Ago
by tux4life
Just to avoid mistakes, can you try it with a simple
marquee
tag? For example: [ICODE]<
marquee
>TEST</
marquee
>[/ICODE]
Re: marquee control in asp.net2005
Programming
Web Development
15 Years Ago
by kmanojtripathi
…QUOTE=ritika_khanna;589650]i want to use
marquee
control in asp.net2005 application.please tell … your web application. Ex:-In ascx page : <
marquee
height="100%" scrollamount="2" align…gt; </tr> </table> </
marquee
> Now use this ascx file in your .aspx …
Re: marquee tag
Programming
Web Development
10 Years Ago
by pixelsoul
I'm not sure what you mean by "change alignment" but, you could use the **non-standard** <
marquee
> tag https://developer.mozilla.org/en-US/docs/Web/HTML/Element/
marquee
You may want to look at the supported browsers first though. Personally I think the
marquee
went out of style a long time ago, and they're really annoying.
Re: marquee in vb6
Programming
Software Development
17 Years Ago
by QVeen72
Hi, u cannot directly use the available
Marquee
control, instead i will give the option to Create using … As Integer Const Mystr As String = "THIS IS MY
MARQUEE
" 'this code in timer1_timer Event: Private Sub Timer1_Timer() MyID…
Re: marquee not working in ff
Programming
Web Development
15 Years Ago
by tux4life
Did you dynamically write the [I]<
marquee
>[/I]-tags to the webpage by using PHP? How is the output? The same as the expected output, but just without a
marquee
?
Re: marquee control in asp.net2005
Programming
Web Development
15 Years Ago
by adobe71
Hi,ritika,It will really help you. First add panel to webpage.Then write the following code in source: <asp:panel> <
marquee
direction="up"> ABC<br> DEF<br> GHI<br> Notice<br> </
marquee
> </asp:panel>
Re: Marquee's
Programming
Web Development
15 Years Ago
by rajarajan2017
Here you can see the ouput for different attributes: [URL="http://www.mountaindragon.com/html/
marquee
.htm"]http://www.mountaindragon.com/html/
marquee
.htm[/URL]
marquee in vb6
Programming
Software Development
17 Years Ago
by guru511
hi, can you plz tell me how to use
marquee
in vb6
Re: marquee in vb6
Programming
Software Development
17 Years Ago
by guru511
what is "Status.Panels(1).text " in the
marquee
reply
Marquee or Scrolling Text message in Statusbar using VB6
Programming
Software Development
17 Years Ago
by locsin
Greetings! Anybody know how to insert
marquee
or scrolling text message in statusbar panels using Visual Basic 6. I want to put scrolling message in my status bar anybody could help me plz. Thank you in advance.
Re: Marquee or Scrolling Text message in Statusbar using VB6
Programming
Software Development
17 Years Ago
by ryan_vietnow
use a timer to move your text. put this inside your timer event. label1.left=label1.left + 1 if label1.left = (*to where you want the
marquee
to be e.g. 500) then label1.left=(*label1.left before you start for example 5) end if just set your timer1.enabled=1,ok?
marquee control in asp.net2005
Programming
Web Development
17 Years Ago
by ritika_khanna
i want to use
marquee
control in asp.net2005 application.please tell me how to use it?
marquee text on form
Programming
Software Development
16 Years Ago
by bordedhananjay
hi.. friends Good Morning i want to
marquee
one text on win from using c#.net so hw can i do it? thanks
Re: marquee text on form
Programming
Software Development
16 Years Ago
by ddanbe
Search Google, lots of stuff! I typed [B]
marquee
on form in C#[/B] and got as first hit: [url]http://www.codeproject.com/KB/miscctrl/csmarquee.aspx[/url] Happy computing.
1
2
3
15
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC