html - Static resources not loading on ASP site -


could tell me why bootstrap site not working on devices?

when view computer looks fine. when view co-workers computer looks css striped , not using boot strap, same when view iphone 5.

here head of master page

<head runat="server">     <title>flashpoint p.o.s.</title>      <link href="../content/bootstrap.css" rel="stylesheet" type="text/css" />     <meta name="viewport" content="width=device-width, initial-scale=1.0">      <link href="../content/styles.css" rel="stylesheet" type="text/css" />     <script src="../scripts/jquery-2.1.3.min.js" type="text/javascript"></script>     <script src="../scripts/bootstrap.js" type="text/javascript"></script>     <asp:contentplaceholder id="head" runat="server">     </asp:contentplaceholder>    <script>     $(document).ready(function () {           $(document.body).css('padding-top', $('#navlist').height() + 10);           $(window).resize(function () {             $(document.body).css('padding-top', $('#navlist').height() + 10);          });       });   </script>   </head> 

here link broken site

edit: noticed works fine in firefox, not in chrome on production environment. (posted link)

but works in both in development environment (ms vs 2010)

another odd thing, can navigate http://easystoremanager.com/trim/images/contactus.jpg on firefox not chrome?

any ideas?


Comments

Post a Comment

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -