Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Html <marquee></marquee> tag?


  • Please log in to reply

#1
Allsortgroup

Allsortgroup

    I SPAMMED Too Much!

  • Banned
  • PipPipPip
  • 905 posts
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 gap to it is continuously scrolling like a conveyor belt?

:whistling:
  • 0

Advertisements


#2
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
Hi:

Use something like this on your CSS page:

marquee { background-color:#004d00; text-align: center; vertical-align: middle; width: 100%; height:22pt; padding: 0; margin: 10px; color: #f4c414; font-size: 16pt; font-weight: 900; font-style: normal; font-variant: normal; direction: right; loop: -1; scroll: slide; behavior: repeat; }

Adjust values as needed. The loop: -1 keeps it running continously, set the width to the exact width that the text is should work if you do not want to see any delay before it starts.

With CSS2, I am checking to see what support is available as not all attributes seem to be supported although it is working for me in Firefox.

You can also add or use these inline with marquee tag:

scrollamount="50" (sets amount of movement (in pixels) between the successive displays that give the impression of animation.)

scrolldelay="0" (sets the delay (in milliseconds) between the successive displays.)

These are probably what you are looking for.

Ron
  • 0

#3
Allsortgroup

Allsortgroup

    I SPAMMED Too Much!

  • Topic Starter
  • Banned
  • PipPipPip
  • 905 posts
Thanks,

Im busy now, but ill check it out soon and get back to you on it.

:whistling:

Edited by Allsortshop, 17 April 2006 - 05:13 AM.

  • 0

#4
Rb32

Rb32

    New Member

  • Member
  • Pip
  • 1 posts
hey i have the same problem...
need help in html.. not in CSS...
but i want to continously scroll images without a pause (like a conveyor belt)...
any help.?
  • 0

#5
Diffraction

Diffraction

    New Member

  • Member
  • Pip
  • 7 posts
Something like this might help you.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP