Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Scrollbar not works in IE 10

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #157934
    rahmed
    Participant

    Issue rises only in IE 10 it works fine on IE 8, IE9 and chrome
    I have table with 2 “tr” tags
    The first “tr” tag has div with css class “scrollTV” contains tree nodes
    When I add height: 100%; to that class and I expanded the tree nodes it expands and push the second “tr” tag down so it become invisible

    So I need both “tr” tags become visible and the first one have scroll bar to get the expanded data
    scrollTV class as the following
    div.scrollTV {
    height:100%;
    width:99%;
    border:0px;
    overflow:scroll;
    }

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.