Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

jQuery - Listitem rendering

$
0
0

Hi,

I just try to Play around with azure and VS2012 Web. I created a small mobile Website, which looks as expected in my local browser.

This is the code:

<ul data-role="listview" data-inset="true"><li data-role="list-divider" data-mini="true">Navigation</li><li>@Html.ActionLink("About", "About", "Home")</li><li>@Html.ActionLink("Contact", "Contact", "Home", new { data_mini="true"})</li></ul>

When hitting debug, my local IE will start and Display this:

IE - Local

When uploading the site to azure and open it in IE, it will display this:

On my WP8 it will look the same. Why does the browser Display the list Icon on the left?

thx



Viewing all articles
Browse latest Browse all 3527

Trending Articles