Response title
This is preview!
when i m opening page my page height is 691 but if my browser window is small it adds scrolls bar to the page
how can i calculate the the height of the page including height scroll bar area which is hidden
plz do help
bcoz i want to align my dis at bottom of the page.
I've been trying to get the document's height (i.e. the total height including the part that is not visible) and only get the window height
theses are some of the results I've got:
var y = document.documentElement.clientHeight;/*window height*/
var z = document.documentElement.scrollHeight; /*window height*/
var b= document.documentElement.scrollTop;/*0 in FF - 0 IE*/
var c= document.documentElement.scrollTop;/*0 in FF - 0 IE*/
I've searched in google for hours without any luck
Any help will be much appreciated
see my page i want my div should scroll down at bottom if client scrolls down
but on window resize its getting settle at bottom but if i change window from the scroll bar it remains plz help me how to get page height so dat my dic can settle at the bottom of the page
,i think rite now its taking window height
plz help
© 2013 jQuery Foundation
Sponsored by and others.