RE: 800x600 Resolution ACTUAL dimensions
by Francois de Beer <fbeer(at)sars.gov.za>
|
| Date: |
Mon, 2 Aug 1999 16:16:48 +0200 |
| To: |
Peter Newton <c-newton(at)ihug.co.nz>, jbutler3(at)san.rr.com |
| Cc: |
hwg-basics(at)mail.hwg.org |
| |
todo: View
Thread,
Original
|
|
Also some code to check the actual size: (Works in IE4)
<HTML>
<HEAD>
<TITLE>Check the Resolution</TITLE>
<SCRIPT ID=clientEventHandlersJS LANGUAGE=javascript>
<!--
function koos_onclick() {
alert ("Height = " + window.document.body.offsetHeight)
alert ("Width = " + window.document.body.offsetWidth)
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<p id="koos" LANGUAGE=javascript onclick="return koos_onclick()"
style="cursor:hand">Click to check The Resolution</p>
</BODY>
</HTML>
-----Original Message-----
From: Peter Newton [mailto:c-newton(at)ihug.co.nz]
Sent: 03 August 1999 09:20
To: jbutler3(at)san.rr.com
Cc: hwg-basics(at)mail.hwg.org
Subject: Re: 800x600 Resolution ACTUAL dimensions
Well just to compliment the reply from "the web center" I've included a
piece of javascript (I can't remember from where I got it) which shows
how
to control the toolbar region so that you can tweak up the browsers
until
they match.
window.open('filename.html','toolbar=no,resizable=no,scrollbars=no,margi
nhei
ght=0,marginwidth=0,status=no,width=790,height=526,left=0,top=0,screenx=
0,sc
reeny=0');
Peter Newton
------------------------------------------------
>I was wondering if anyone can let me know what the actual pixel by
pixel
>dimensions of visible page space is for each browser on both the Mac
and
>Windows platforms.
>
>I have a client who wants each page on their site to exactly fill the
>screen (and not require scrolling) for both Netscape and Explorer on
>BOTH Mac and Windows platforms. I can do this with style sheets, but I
>need to know how much space is available. I only have access to Macs so
>I need Windows info, plus I would be interested in hearing what other
>Mac users calculate on their machines.
>
>I have never focused on the exact pixel space, but this client is a
real
>pain.
>
>Thanks.
>
>--
>Dr. Jim Butler, CEO & President
>Scuba Web Design
>High Quality Web and Graphic Design
>Macintosh & PC Consultation
>
>< mailto:jbutler3(at)san.rr.com >
>
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.