Posted by Jeff North on 10/24/07 04:19
On Tue, 23 Oct 2007 15:46:23 +0100, in comp.lang.php "Steve Ray"
<nochance@all.com>
<ffl1hn$6s4$1@north.jnrs.ja.net> wrote:
>| Guys
>|
>| Is there a way to capture via an environment variable the users screen res
>|
>| Steve
PHP knows nothing about the browser so you would need to use
Javascript to query the browsers viewport dimensions.
That being said, I may have a screen with its resolution set to
2048x1536 but the browser is resized to 500x300. How are you going to
handle that situation?
Do a google on html + fluid design
-- -------------------------------------------------------------
jnorthau@yourpantsyahoo.com.au : Remove your pants to reply
-- -------------------------------------------------------------
[Back to original message]
|