Sorry if i understood wrongly,
Actually question is different theme based on resolution , not an size
Thanks
On Sat, Nov 8, 2008 at 1:37 PM, sivaji j.g sivaji2009@gmail.com wrote:
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/
-- [ Drupal support list | http://lists.drupal.org/ ]