Yes I know this but there is no script that can re-write webpages on the fly 
for certain resolutions?
   
  Instead of re-doing each page for each res.?  
   
  With the technology these days I thought someone would of created something 
like this, so you create a website than you put it through a program that 
re-does the HTML for the resolutions you set and bingo the results are spat out 
and you add it to the site and use a little script to redirect depending on 
their set resolution.
   
  Jerry

PHP Superman <[EMAIL PROTECTED]> wrote:
  Or you can have a page which detects resolution by javascript and redirects 
to another PHP page with the resolution data

  On 2/4/06, Bastien Koert <[EMAIL PROTECTED]> wrote:   
As the other poster mentioned you need JS to detect the screen width....the
usual approach is to use js to detect the screen res and the include the 
appropriate CSS file to match the screen res.

Bastien


>From: JeRRy <[EMAIL PROTECTED]>
>To: php-db@lists.php.net 
>Subject: [PHP-DB] screen resolution!
>Date: Sun, 5 Feb 2006 02:44:19 +1100 (EST)
>
>Hi,
>
>   I have written a website in PHP using MYSQL.  But I have come accross an
>un-common problem.  Normally when I create a website it's done on a desktop 
>PC.  But this time for the first time I did it on laptop meaning the screen
>resolution is different.
>
>   Is there any sort of script/code I can use to create another section of
>my site in a desired screen resolution without me having to do it all 
>manually?
>
>   I know of many scripts online that I can DETERMINE visitors screen
>resolutions and recommend the correct one but don't know one that will
>adjust the website to suit that visitors screen resolution.  Am aware of 
>scripts that redirect to another web page but that requires you to write
>the website again to cater for that.
>
>   Is there a quicker way/solution?
>
>   Thanks!
>
>   J 

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php





-- 
Hi Everyone, I am running PHP 5 on Windosws XP SP2 with MySQL5, Bye Now! 

Reply via email to