Sorry if i understood wrongly,
Actually question is different theme based on resolution , not an size
Thanks
--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/ ]