Forum Moderators: open
Anyway,
I have some pages that are too large for MSN Explorer and you see the left/rigght scrollbar down below in the Main Frame (Window) where website are loaded into.
Some of my sites are sized in the absolute. Particularly images and table tags. Though the majority of my sites are designed using "%" (percentages for the width and height attributes) and or realtive positioning, others are "too big" for the MSN Explorer Window. Though I will need to resize images (particulary) and table tags I was curious if anyone knew what this Main Window (in MSN EXplorer) Pixel Width was?
Anyone know?
Thx.
-P
<script language="JavaScript" type="text/javascript">
winWidth=document.all?document.body.clientWidth:window.innerWidth;
winHeight=document.all?document.body.clientHeight:window.innerHeight;
document.write("Width: " + winWidth + "<br>Height: " + winHeight);
</script>
[hotwired.lycos.com...]