Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 111839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T02:27:00+00:00 2026-05-11T02:27:00+00:00

Actually I am trying to move some box alternatively with in another box. I

  • 0

Actually I am trying to move some box alternatively with in another box. I made it work, but both the blocks do not interrupt each other. What should I do? How can I make the blocks cross each other? I try using style:position, but it is not working.

Here is the code I have been using:

<marquee direction='down' behavior='alternate' scrollAmount=10 style='border:2px solid blue;'>   <marquee behavior='alternate' scrollAmount=50 >     <img src='img1.JPG'>   </marquee>   <marquee behavior='alternate' scrollAmount=10 >     <img src='img1.JPG'>   </marquee> </marquee> 

What am I doing wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T02:27:01+00:00Added an answer on May 11, 2026 at 2:27 am

    Oh, dear Lord!

    Well. They don’t cross because they’re positioned statically one above the other. The second marquee cannot go above the first.

    You can solve* this problem by ungluing the marquees from each other using absolute positioning. Then doubly-nest each one with different horizontal and vertical motion:

    <div style='border:2px solid blue; position: relative;'>     <marquee direction='down' behavior='alternate' scrollAmount='10'>         <marquee behavior='alternate' scrollAmount='50'><img src='img1.jpeg' alt='oh no' /></marquee>     </marquee>     <marquee direction='down' behavior='alternate' scrollAmount='20' style='position: absolute; top: 0;'>         <marquee behavior='alternate' scrollAmount='10'><img src='img1.jpeg' alt='help meee' /></marquee>     </marquee> </div> 

    *: for values ‘x’ of ‘solve’ where x=’make a hideous mess of’.

    This is for illustration purposes only. Please don’t use this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to move some old code from hand-made persistence to Hibernate. The issue
I have both Eclipse 3.5 and 3.6 on ubuntu 10.04. I am trying, actually
Ummmm... I am trying something but not sure how to finish it. I am
I have some existing code in C# that I'm trying to move to an
Im trying to create some moving div, actually remake one, so that div would
I am actually trying to start a process for winzip and zip a folder.
What I'm actually trying to do is put a WebKitView into a ScreenSaver (which
I am actually trying to change the color index for the first word with
is there similar syntax to php's $$variable in python? what I am actually trying
Actually I'm trying to implement an ontouchlistener into my android (1.5) application. therefore i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.