this is the code to attach a custom css for the iphone browser only (soon my blog will have an iphone css).
<link media=”only screen and (max-device-width: 480px)”
href=”iPhone.css” type=”text/css” rel=”stylesheet” />
Css | Graphics | XHTML | code | iphone | mac | osx - 08/07/2007 @ 10:48
this is the code to attach a custom css for the iphone browser only (soon my blog will have an iphone css).
<link media=”only screen and (max-device-width: 480px)”
href=”iPhone.css” type=”text/css” rel=”stylesheet” />