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 6999441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:32:29+00:00 2026-05-27T20:32:29+00:00

I have an requirement where inside an TR, i will have three TDs .

  • 0

I have an requirement where inside an TR, i will have three TDs . First TD and Third TD should be scrollable and second TD is an ruler Image such as dividing first and third (similar to using frames)

Without setting height in first TD the scroll is not working and also affecting the height of third TD. How to make the height auto. Height should be that of window’s height (I will maximise and minimize the window). Have pasted the code-snippet below

In the below mode, i have mentioned specifically the height, I dont want to do that way. I want it to get set automatically but with same result

<td width="55%">                            
    <div style="height:350px;overflow:auto">
        <table cellspacing="0" cellpadding="0" border="0">
            <tr>
                <td>
                    <%=passageText%>
                </td>
            </tr>
        </table>
    </div>
</td>
<td>
    <img src="/Images/reads/rulerVertical.gif" width="3" height="400"  border="0"/>
</td>
<td>
    HERE I WILL PLACE THE STUFFS OF THIRD TD
</td>
  • 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-27T20:32:29+00:00Added an answer on May 27, 2026 at 8:32 pm

    With a floating div it should be far more easy:

    <html>
    <head>
    
    <style type="text/css">
    <!--
    body {
      margin:0;
      padding:0; 
      height:100%
    }
    #div1 {
      height:100%;
      width:50%;
      overflow:auto;
      display:inline-block;
      float:left;
      background:#6666CC;  
    }
    #div2 {
      height:100%;
      width:45%;
      overflow:auto;
      display:inline-block;
      background:#6666CC;
      margin-left:5%;
    }
    -->
    </style>
    
    </head>
    <body>
    
    <div id="div1">
    </div>
    
    <div id="div2">
    </div>
    
    </body>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have one portal with 3 modules inside it, now my requirement is i
In our project we have requirement that, after receiving sms message from third party
I have a requirement to make a large amount of code MISRA compliant. First
I have one requirement in which User will have options to select languages for
I will tell my requirement. I need to have a keydown event for each
I have requirement of specifying web part connections in onet.xml. So when site is
I have requirement like, suppose I have a 'property' table which has 'ListingKey' field
We have a requirement in project to store all the revisions(Change History) for the
We have a requirement to increase the functionality of a grid we are using
I have a requirement to be able to provide a flex component in English

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.