Return to Snippet

Revision: 30618
at August 18, 2010 08:45 by allnatural


Updated Code
<link rel="stylesheet" type="text/css" href="iphone.css" media="only screen and (max-width: 480px)" />
<link rel="stylesheet" type="text/css" href="desktop.css" media="screen and (min-width: 481px)" />
<!--[if IE]> <link rel="stylesheet" type="text/css" href="explorer.css" media="all" /> <![endif]-->

Revision: 30617
at August 18, 2010 08:43 by allnatural


Initial Code
<link rel="stylesheet" type="text/css" href="iphone.css" media="only screen and (max-width: 480px)" />
<link rel="stylesheet" type="text/css" href="desktop.css" media="screen and (min-width: 481px)" />

Initial URL


Initial Description


Initial Title
Stylesheet Switcher for iPhone/Desktop

Initial Tags
css, iphone

Initial Language
HTML