[support] Different theme based on screen resolution?

sivaji j.g sivaji2009 at gmail.com
Sat Nov 8 08:07:57 UTC 2008


to display a different theme based on a users
> screen resolution?


I think you can do this with java script

<script type="text/javascript">
function alertId()
{
alert(screen.width);
alert(screen.height);
}
</script>

Now you know the resolution of user, just call the required theme. Module is
not required for this .


-- 
Thanks a lot
-----------------------------------------
http://ubuntuslave.blogspot.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20081108/f4bd7c5f/attachment-0001.htm 


More information about the support mailing list