6 questions
Filter
- 0 votes1 answers33 views
Issue with marquee using widget using HTML
I have added my HTML code here. but after i save the source code is getting changed a below. This is a test div { background-color: #1c87c9; ...
- 3 votes1 answers23 views
What is "marquee" Tag?
I am new in HTML. Please explain to me what is "marquee" Tag and how can I use it. Thanks in advance.
- 1 votes1 answers49 views
How to change the speed of HTML's "marquee" tag?
There is an issue when one marquee leaves the screen; after a short time gap, it enters from another side. Can I reduce this time?
- 4 votes0 answers92 views
How to update marquee tag with a external text file..?
I want to update marquee tag with an external text file in this way $(document).ready(function(){ $(".marque").load("update/update.txt"); } Updates It is not ...
- 1 votes1 answers38 views
How to use <marquee> element for setting a scrolling image?
I am trying to use `` element for setting a scrolling image. Any suggestions?
- 2 votes1 answers11 views
Is there any alternative to the “marquee” tag?
Hi. I'm looking for a solution in HTML. What is the standard equivalent of the "marquee" tag?