Forum Moderators: open

Message Too Old, No Replies

What is the MSN Explorer Window Size (Content Frame)

Sizing Pages for MSN Explorer (Specific)

         

Paul Woodley

5:29 am on Apr 22, 2002 (gmt 0)



Hello,
Been some time since I've been back to this site! My how it's grown!

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

DrDoc

7:15 am on Apr 22, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You can find it out using JavaScript:

<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>

srwebman

3:53 pm on Apr 23, 2002 (gmt 0)



There's a handy-dandy comparison chart here:

[hotwired.lycos.com...]