Thread: Mobile websites
View Single Post
  #3 (permalink)  
Old 02-13-2008, 08:04 AM
BigAlReturns's Avatar
BigAlReturns BigAlReturns is offline
Moderator Extraordinaire!
 
Join Date: Dec 2007
Location: The Wirral, England
Posts: 291
Send a message via MSN to BigAlReturns
Default

You can also use a different stylesheet for mobile devices:
<style type="text/css" media="handheld">
</style>
<link rel="stylesheet" src="xxx.css" media="handheld" />
Reply With Quote