By l33roy on
Hello
My site - whole-sale.ru
Anyone have any tips on how I can implement site that will be nicely rendered whichever the client screen resolution??
I was thinking of a code in JS redirecting the browser to the correct resolution page for the client browser screen..
How would I integrate this kind of functionality into drupal?? Using different page-template.tpl.php files for the different resolution templates??
Anyone ever implemented or come across a similar thing??
Any suggestions??
ciao
Comments
page.tpl.php
You can add the js code that you have in the page.tpl.php in each of your enabled theme.
That should do it.
THANKS
What js code?
see these links
http://www.javascriptbank.com/detecting-screen-browser-resolution.html/en/
http://www.developertutorials.com/scripts/7/41/
Thanks
Thank you very much