get full web browser height

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tader
    New Member
    • Sep 2007
    • 43

    get full web browser height

    Hi again,
    so i got another question this time
    i need to get full web height but i just can't do it can anyone help me plz
    i try to use innerHeight, screen.availHei ght and so on but thous function get me height that i can see not full height with scrollbars so how to get height full web height??? i hove you understand me i you don't write i will try to explane again
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Is it width or is it the height that you want? :)

    When you say the 'web', do you mean the browser?

    Comment

    • tader
      New Member
      • Sep 2007
      • 43

      #3
      height and yep browser ;]

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        I see you changed the title.

        Maybe the problem is IE - see this CSS Object Model View compatibility table.

        Comment

        • tader
          New Member
          • Sep 2007
          • 43

          #5
          So you see i need to get this lets say i scrolled down to the bottom of the page and i call function scrollTop and lets say i get 1200. So i need to get that number without scrolling to the bottom of the page. how how to get than number (browser height)

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            Look through the link (and possibly a few of the test pages) to see which property you're looking for. Do you need innerHeight or outerHeight?

            Comment

            Working...