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

  • SEARCH
  • Home
  • 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 5944299
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T16:31:04+00:00 2026-05-22T16:31:04+00:00

I have a DIV container in which I have a SVG document (bigger than

  • 0

I have a DIV container in which I have a SVG document (bigger than DIV). In this same container I have another DIV (lets call it DIV#2) that moves over my SVG, to help people locate some feature. When I scroll the container DIV I would like DIV#2 to stay anchored on the same position on my SVG, so as to be coherent my the new position of the selected feature (cf Rect_Follow() function below).

Can someone help me troubleshooting that without the use of jQuery?

Here’s a small portion of the code:

CSS:

<style type="text/css"> 
<!--
    div.SVG_container {
        height:800px;
        width:900px;
        margin-top:250px;
        overflow:scroll;
    }

    div.select_div {
        position: absolute;
        height: 98px;
        width: 98px;
        background: #CCF;
        border: 1px solid #AAD;
        text-align: center;
        font-size: 10px;
        border:1px solid black;      
        filter:alpha(opacity=60); /* for IE */
        opacity:0.6; /* CSS3 standard */    
    }   
-->
</style>

HTML/JavaScript:

<head>
    <!-- ... -->
    <script type="text/javascript">
        function Rect_Follow(obj){
            var rect = document.getElementById('arect');    
            rect.style.top = obj.scrollTop;       
        }
    </script>
</head>
<body bgcolor="white">
    <div id="DivCont" class="SVG_container" onscroll="Rect_Follow(this)">
        <div id="arect" name="arect" class="select_div"></div>  
        <object id="aSVG" data="out.svg" style="margin-top:0px;overflow:hidden;" /> 
    </div>
    <!-- ... -->
</body>
  • 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. Editorial Team
    Editorial Team
    2026-05-22T16:31:05+00:00Added an answer on May 22, 2026 at 4:31 pm

    Add position:relative to .SVG_container, and remove the JavaScript.

    I hope this is what you mean.

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

Sidebar

Related Questions

I have a container div that has the height of my body which is
i have a requirement in which i have a container div that contains 3
I have a parent div (container) that has a child div (inner) which also
I have a 'div' container 'obj_image' having another 'div' 'like_icon' which if the user
I have a container DIV which contains several block-DIVS. Every block-DIV contains SPAN items
i have a container div which is position:relative and the squares are position:absolute because
Ok, I have a label, inside this label is a div, which contains an
I have a container div that holds two internal divs; both should take 100%
I have a div container inside which there are several child divs with css
I have a container div tag which wraps an image named tray which provides

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.