> The PHP function "get_browser()" extract many of the client browser
> characteristics but not the screen resolution !
> PHP experts tells not to use JavaScript so you have two choices:
>     1st. Do not make a good adaptive design, with horizontal
> scroll bars or
> tile background images, and tell the user this page was made
> thinking he or
> she must use the resolution you choose at design time or;
>     2nd. Take the risk of use JavaScript "window.screen.width" and
> "window.location" properties to evaluate and redirect the user to the well
> graphic designed pages.
>

Or why not use percentage widths??

M@


-- 
PHP Database 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]

Reply via email to