[jQuery] window height for footer

2009-01-16 Thread hypnos
I'm using the code below to position a footer div in a flexible layout with this css #footer { position: absolute; /* Needed for Safari */ padding: 1px; background-color: #e3e3e3; text-align:center; height: 20px; left:230px; right:30px;

[jQuery] window height

2008-10-18 Thread kevind
can anyone point me to where i can get the window height or viewport height of the current window. the code (below) in the onload event doesn't return anything in IE 6 or Chrome but does work in FF3 i just need the height so i can adjust another element on the page to fit in and leave a footer a