Hi,
My website needs to fuction on both 800x600 and 1024x768 res screens. I know this is similar to the post below, but it's significantly different.
I have sorted all the widths out with absolute sizes so they fit right. However, the height of the main <DIV> is causing problems.
Currently it is set to 72% which works, however higher res screens give more white space. Is there a way to size frames or <DIV> with javascript, much as you can to size a window.
i.e. var h = screen.availheight - 200
<DIV Style="height:h">
Cheers,
Richard.
My website needs to fuction on both 800x600 and 1024x768 res screens. I know this is similar to the post below, but it's significantly different.
I have sorted all the widths out with absolute sizes so they fit right. However, the height of the main <DIV> is causing problems.
Currently it is set to 72% which works, however higher res screens give more white space. Is there a way to size frames or <DIV> with javascript, much as you can to size a window.
i.e. var h = screen.availheight - 200
<DIV Style="height:h">
Cheers,
Richard.