>> According to the Jquery docs at http://docs.jquery.com/CSS/height: >> >> $(window).height(); // returns height of browser viewport >> $(document).height(); // returns height of HTML document >> >> Is that what you're looking for? > > I do not believe this will give you the right numbers. I get 1680x1050, > which is the entire width and height of my display.
do you have jquery loaded? there are two sets of raw dom values, inner(width/height) and out(width/height). the inner is after decorations, outer is the physical browser windows. _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
