I understand what you say about interpretation differences between
browsers but in my case, it's not the browser which is different but
the web server.
Maybe I've missed or do something wrong in my code (below) but as the
result looks good on the Picture 1 (using IE, web server Visual Studio
integrated) and not on the Picture 2 (using IE, web server IIS), I
don't understand why I have such a render difference.
Another clue, using IUI version 4.0-alpha1 or IUI version 0.50-
remipreview gives same results.
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>
<!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 runat="server">
<title>Index</title>
<meta http-equiv="content-type" content="text/html;
charset=utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="icon" type="image/png" href="../../Content/iui/iui-
favicon.png">
<link rel="apple-touch-startup-image" href="../../Content/iui/iui-
startup.jpg">
<link rel="apple-touch-icon" href="../../Content/iui/iui-logo-
touch-icon-hd.png" />
<meta name="viewport" content="width=device-width; initial-
scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<link rel="stylesheet" href="../../Content/iui/iui.css" type="text/
css" />
<link rel="stylesheet" href="../../Content/iui/t/default/default-
theme.css" type="text/css"/>
<script type="application/x-javascript" src="../../Content/iui/
iui.js"></script>
</head>
<body>
<div class="toolbar">
<h1 id="pageTitle"></h1>
<a id="backButton" class="button" href="#"></a>
</div>
<ul id="home" title="iUI Touch" selected="true">
<li><a href="#about">About</a></li>
<li><a href="#samples">Samples</a></li>
<li><a href="#3rd-party">3rd Party Samples</a></li>
<li><a href="#tests">Tests</a></li>
<li><a href="#sandbox">Ext-Sandbox</a></li>
</ul>
</body>
</html>