Hi, Gurus,

I am trying to create an app with MSFT MVC and iUI.

The issue i have now is that i cannot seems to get the iui.css file to
work with my page. WHen i take the link to iui.css out, i am able to
see the page, of course, without the fancy Iphone like UI. But if i
put the link to iui.css in, my page comes up blank.
My tag in the html header for my Search.aspx like this

 <meta name="viewport" content="width=device-width; initial-scale=1.0;
maximum-scale=1.0; user-scalable=0;"/>
<link rel="apple-touch-icon" href="../../Content/iui/iui-logo-touch-
icon.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" href="../../Content/iui/iui.css" type="text/
css" />
<link rel="stylesheet" href="../../Content/iui/iui-moz.css" type="text/
css" />
<link rel="stylesheet" title="Default" href="../../Content/iui/t/
default/default-theme.css"  type="text/css"/>
<link rel="alternate stylesheet" title="iPhoneDevCamp" href="../../
Content/iui/t/ipdc/ipdc-theme.css"  type="text/css"/>
<script type="application/x-javascript" src="../../Content/iui/
iui.js"></script>
<script type="application/x-javascript" src="../../Content/iui/js/iui-
theme-switcher.js"></script>

My MVC site folder like this:

the Views folder and Content folder are at the same level. I had
copied the iui folder under the Content folder
My actual view page is one folder beneath the Views folder: Views\CPR
\Search.aspx

Please help

--

You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=.


Reply via email to