"Jeff Sheltren" <[EMAIL PROTECTED]> wrote in message
006901c1a552$ad42ebf0$0500a8c0@ellaptop">news:006901c1a552$ad42ebf0$0500a8c0@ellaptop...
> Yes, you can use javascript to get the user's resolution:
>
> screen.width
> screen.colorDepth
You can also use
window.innerWidth
window.innerHeight
(at least in Opera 4.x+ and NN4.x) or use
document.body.clientWidth
document.body.clientHeight
(in IE) or through the DOM (Document Object Model,
see http://www.w3c.org):
document.body.offsetWidth
document.body.offsetHeight
This might be helpful for you as well...
Christian Blichmann
_____________________________________________
don't hesitate - email me with your thoughts:
e-mail: [EMAIL PROTECTED]
- please remove the ".nospam" from address.
_____________________________________________
do you want to know more?
web: http://www.blichmann.de
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]