NS 7.0 vs IE, div height, and overflow:auto

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alan

    NS 7.0 vs IE, div height, and overflow:auto

    I have a page at http:\\www.probuild.com\test\scrollsheet.html that
    works as desired under IE 5.5+. (See screen shot at
    www.probuild.com\test\ie55.gif.


    However, when viewed with NS7.0, the height of the div containing the
    table on the right doesn't expand to accomodate the inner table. (See
    www.probuild.com\test\ns70.gif).

    My intent here is to create a fixed left hand legend and a
    horizontally scrollable table to the right. (I shift the right hand
    table left with position:relati ve to hide the repeated first column).

    Does anyone know how to solve this without settting a specific height
    for the div? I want it to be dynamic... number of table rows and the
    length (hence the wrap) of the table data in the first column are
    variable.
  • Alan

    #2
    Re: NS 7.0 vs IE, div height, and overflow:auto

    akgay@mindsprin g.com (Alan) wrote in message news:<3e55a11d. 0401201456.3f78 b8b2@posting.go ogle.com>...[color=blue]
    > I have a page at http:\\www.probuild.com\test\scrollsheet.html that
    > works as desired under IE 5.5+. (See screen shot at
    > www.probuild.com\test\ie55.gif.
    >[/color]

    I tried it with NS 7.1 and it works as desired, so I think I will
    accept what I have. .5% of our user base is using NS of any type (we
    are fee-based).. and this page will only get used by <5% of the user
    base.

    Comment

    Working...