/ Published in: XHTML
Expand |
Embed | Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- jQuery Libraries --> <!-- Custom Javascript Code --> <!-- do not allow devices to scale (zoom) - that means the phone css must be very readable --> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /> <!-- specify content type <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- style sheet for jQuery UI --> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> <!-- load the specific css style --> <link type="text/css" rel="stylesheet" media="screen and (max-device-width: 800px)" href="phone.css" /> <link type="text/css" rel="stylesheet" media="screen and (min-device-width: 801px)" href="main.css" /> </head> <body>
You need to login to post a comment.
