Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Browsers / Internet Explorer / August 2006



Tip: Looking for answers? Try searching our database.

Styling for No Page Scroll in Table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
xeroxero - 16 Aug 2006 15:15 GMT
I have a table with a treeview inside the <div> tag. When the treeview
gets large, page scrollbars appear and the treeview runs off the page.
I would like to style things so regardless of page size, the treeview
only has a vertical scrollbar (inside the div?) and does not make the
page itself scroll.

What do I have to style to make this happen? The div? The table?
Seperate td's? Help!

Thanks.

<table>
    <tr>
        <td>
            <tr>
                stuff
            </tr>
            <table>
                <tr>
                    <td>
                        <div>
                            tree
                        </div>
                    </td>
                </tr>
            </table>
        <td>
            <tr>
                <td>
                </td>
            </tr>
        </td>
    </tr>
</table>
Walter Wang [MSFT] - 17 Aug 2006 04:18 GMT
Hi,

You can apply CSS rules to the div:

<div style="height:100px;width:100px;overflow:auto">

Hope this helps. Please feel free to post here if anything is unclear.

Sincerely,
Walter Wang (wawang@online.microsoft.com, remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
Luke Zhang [MSFT] - 21 Aug 2006 08:23 GMT
Hello,

Do the suguestion from Walter help on the issue? If you have fruther
questions or concern on this issue, Please feel free to let me know.

Sincerely,

Luke Zhang

Microsoft Online Community Support
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.