Displaying the mobile version in IE 8 RWD

I have created a fluid grid layout site but for some reason it is only displaying the mobile version of the site in desktop view in IE 8 and below.
It is working in IE 9 and Chrome as expected.
http://www.commercialservices-yas.co.uk/FluidTest/index.html
Any ideas what could be causing the problem?
The first site I built is responding fine in IE 8 and below...
http://www.commercialservices-yas.co.uk
I really hope someone can help...
Thanks
Ad

respond.js is 404 not found on server.  Currently, you have it pointing to your localhost / testing server folder.
<script src="http://localhost/Fluid/respond.min.js"></script>
Try changing the path to this:
<script src="respond.min.js"></script>
Nancy O.

Similar Messages

  • Muse cc site not displaying the mobile version on a nokia lumina 925 windows phone help!!

    I've designed a site for a client in muse cc  and it dosen't display the mobile version on a nokia lumina 925 windows 8 phone, could someone please advise

    did you try using the chat feature with Adobe tech support? I also have the same problem with a muse site; i chatted with Adobe tech support and agent asked me to send him the muse file as he escalates the session.

  • The mobile version of my Muse site doesn't display full width

    Can anyone help me figure out how to make the mobile version of my site display full width?  I've snapped everything to the full width using the blue lines, but the whole site is left justified.  I reviewed the master page and everything seems to be in order.

    You most likely have an empty box or text box that is off to the right in your design. Do a select all on your Master Pages and pages to see if you have any elements outside the right side of your design.

  • HT204081 I'm an author and my book recently received a five star review on iTunes and it shows up on my desktop but it doesn't show up on the Mobile version of my listing.  How can I fix that?

    The book is priced low enough to be an impulse buy but without the postive reviews being posted on the mobile versions, people may not be encouraged to buy it.

    Try to connect in recovery mode, explained in this article:
    iOS: Unable to update or restore
    Before that, back up your device, explained here:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    How to back up your data and set up as a new device
    You can check your warranty status here:
    https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • Why can I only see the mobile version of certain websites instead of the full site?

    some website are shown only in mobile version instead or full version, even when I click on the link that says "full site" I get redirected to the mobile version. This only happens in Firefox since I've tried other browsers too.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Try to boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.

  • Im trying to reorder divs when in the mobile version of my site, is it possible to do it with media queries?

    Im trying to reorder divs when in the mobile version of my site, is it possible to do it with media queries? Here is the layout in desktop view, red being what would be images. And when i rescale, the content stacks together to place two of the same boxes together, like so;
    Is it possible to apply a rule so when scaled the boxes reorder to show red, black, red, black, red, black?

    <div class="productcontainer3">
    <div class="product3"></div>
    </div>
    <div class="productcontainer4">
    <div class="product4"><h6>Manta Soledo</h6><p1>In here will be the Manta blurb! Not too much technical info, save that for product page. Make it sleek and elegant. </p1></div>
    </div>
    <div class="productcontainer1">
    <div class="product1"><h6>Manta Soledo</h6><p1> In here will be the Manta blurb! Not too much technical info, save that for product page. Make it sleek and elegant.</p1> </div>
    </div>
    <div class="productcontainer2">
    <div class="product2"></div>
    </div>
    <div class="productcontainer5">
    <div class="product5"></div>
    </div>
    <div class="productcontainer6">
    <div class="product6"><h6>Manta Soledo</h6><p1>In here will be the Manta blurb! Not too much technical info, save that for product page. Make it sleek and elegant. </p1></div>
    .productcontainer1 {
      float: left;
      clear: both;
      max-width: 604px;
      width: 49%;
      margin-right: 1%;
      margin-bottom: 4%;
      margin-top: 1%;
    @media all and (max-width: 600px) {
    .productcontainer1 {
      width: 100%;
    .productcontainer2 {
      float: left;
      max-width: 604px;
      width: 49%;
      margin-bottom: 4%;
      margin-top: 1%;
    @media all and (max-width: 600px) {
    .productcontainer2 {
      width: 100%;
    .productcontainer3 {
      float: left;
      clear: both;
      max-width: 604px;
      width: 49%;
      margin-right: 1%;
      margin-bottom: 4%;
    @media all and (max-width: 600px) {
    .productcontainer3 {
      width: 100%;
    .productcontainer4 {
      float: left;
      max-width: 604px;
      width: 49%;
      margin-bottom: 4%;
    @media all and (max-width: 600px) {
    .productcontainer4 {
      width: 100%;
    .productcontainer5 {
      float: left;
      clear: both;
      max-width: 604px;
      width: 49%;
      margin-right: 1%;
    @media all and (max-width: 600px) {
    .productcontainer5 {
      width: 100%;
    .productcontainer6 {
      float: left;
      max-width: 604px;
      width: 49%;
    @media all and (max-width: 600px) {
    .productcontainer6 {
      width: 100%;
    .product1 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
    .product2:hover {
      background-image:url(../Graphics/iMod-rollover.jpg);
    .product2 {
      Width: 100%;
      background-image:url(../Graphics/iModindex.jpg);
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
      -webkit-transition: background-image .8s ease-in-out;
      -moz-transition: background-image .8s ease-in-out;
      -ms-transition: background-image .8s ease-in-out;
      -o-transition: background-image .8s ease-in-out;
      transition: background-image .8s ease-in-out;
    .product3 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
      background-image:url(../Graphics/Ilanoindex.jpg);
      -webkit-transition: background-image .8s ease-in-out;
      -moz-transition: background-image .8s ease-in-out;
      -ms-transition: background-image .8s ease-in-out;
      -o-transition: background-image .8s ease-in-out;
      transition: background-image .8s ease-in-out;
    .product4 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
    .product3:hover {
      background-image:url(../Graphics/Ilano-rollover.jpg);
    .product5 {
      Width: 100%;
      background-image:url(../Graphics/Soledoindex.jpg);
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;
      -webkit-transition: background-image .8s ease-in-out;
      -moz-transition: background-image .8s ease-in-out;
      -ms-transition: background-image .8s ease-in-out;
      -o-transition: background-image .8s ease-in-out;
      transition: background-image .8s ease-in-out;
    .product5:hover {
      background-image: url(../Graphics/Soledorollover.jpg);
    .product6 {
      Width: 100%;
      padding-bottom: 50%;
      float: left;
      background-position: center;
        background-size: cover;
        background-repeat: none;

  • Hello, How can I switch to the mobile version planning page?

    I just created my web site and I'm not able to create a new page inside the mobile version because I don't know
    how I can switch, for example, from tablet planning page to mobile planning page... please help me!

    Hi,
    Click on Plan tab (Right hand side top), and click on phone layout, as shown below

  • Firefox hello is not available im the Mobile version

    I am not able to find Firefox hello icon in the mobile version of Firefox browser.
    Is Firefox hello available for android?
    If so where to find the icon?

    hi sasank.samudrala, currently the conversation has to be initiated by a desktop user - but if you have a call link you can also take part in a conversation via firefox on android.

  • I cannot find a store menu when I am on the "Store" screen on my mobile device. I pre-ordered an album and this menu is not anywhere. Is there even a menu on the mobile version? If so, where do I find it?

    I cannot find a store menu when I am on the "Store" screen on my mobile device. I pre-ordered an album and this menu is not anywhere. Is there even a menu on the mobile version? If so, where do I find it?

    Seems that you can no longer hide them on your phone.  Try doing so in iTunes: http://support.apple.com/kb/HT4919.

  • Avoid the browser cache display the previous version of my flash website

    I frequently update my website. But customers do not see immediately the changes as the cache displays the previous version.
    How do I avoid this? Any advice is highly appreciated.

    Hi, this is a bit of a wrong forum since your problem doesn't pertain to AS per se, but for what it's worth I'm gonna tell you how i deal with the browser caching and it helped me (both SWF and JavaScript caches). I always use the Dreamweaver site and after I'm done compiling the SWF file I suply "Upload" the file to the testing/remote server. Hope that helps.

  • As part of my Photoshop and Lightroom subscription I understand I get the software for 2 devices activated at a time. Is the mobile version for my iPad in addition to this or would it be one of the 2 devices?

    As part of my Photoshop and Lightroom subscription I understand I get the software for 2 devices activated at a time. Is the mobile version for my iPad in addition to this or would it be one of the 2 devices?

    Hi rebecca,
    You can download Acrobat from: Download Acrobat products | Standard, Pro | XI, X
    and use the purchased serial number to activate the software.
    Regards,
    Rave

  • Can I get a full site and not the mobile version?

    I've noticed that when I surf to some sites, I get mobile versions of those pages. I'm sure it must be something to do with the user-agent string of Safari, identifying it self as an iPhone and thus the site serves up a mobile page.
    Is there any way I can prevent this, and get a site to serve up the full page? Some browsers (via add ons) let you change user-agent strings, but there's no such option in the iPhone.
    Thanks.

    You can't change the user-agent strings with Safari on the iPhone, but most of the websites that have a mobile and full version provide a full version selection when redirected to the mobile version. If you have save cookies enabled, selecting the full version should be saved as a cookie so you aren't redirected to the mobile version when returning to the website.

  • The mobile version of my site not working when Published.

    The desktop version works fine and the mobile version seems to be working fine in Muse in both preview and browser preview.
    What am I doing wrong and how can I fix it?
    Thanks,
    /Fredrik

    Thanks for your response Zak and my apologies for the delay in responding. I tried the site on a smart phone yesterday and the mobile version came up and it worked perfectly including the email and phone links. I don't have a tablet other than an Acer Iconia B1 and at the moment I'm presuming it'll bring up the correct version on a tablet that has better definition.
    At the moment the site is hosted as a temporary test site on Business Catalyst. "Universal Redirect" was already selected at the time of my original query. The previous version of the site which this will supercede (not Muse and done a few years ago) is at present hosted by a different company but I want to change host to Business Catalyst as this seems to make sense and I can take advantage of the hosting credit.

  • My iphone get freeze when I go to app store. I was trying to download the mobile version of facebook and eversince I tried, it says "Facebook will now begin to downlaod" and doesnt work at all... what should I do??

    I was trying to download the mobile version of facebook and eversince I tried, it says "Facebook will now begin to downlaod" and doesn't work at all... what should I do??

    same problem, worse i cannot turn on my iphone now

  • GETTING TO THE FULL WEBSITE...NOT THE MOBILE VERSION!

    I have done numerous searches on thi site and have not gotten a definitive answer.
    When I use my iPhone 3G at NFL.com, I would prefer the full website and NOT the mobile version. How can I force opening the full website on my iPhone?
    There are no choices on the mobile website that I can click.

    Matt Steinberg wrote:
    I have done numerous searches on thi site and have not gotten a definitive answer.
    When I use my iPhone 3G at NFL.com, I would prefer the full website and NOT the mobile version. How can I force opening the full website on my iPhone?
    There are no choices on the mobile website that I can click.
    Depends if NFL.com is flash or Java. Then it won't open. But as said above it is the sites choice or programming that gives you mobile or full type. JUst curious are you on 3G or wifi?

Maybe you are looking for

  • Acroread 9.3.4 booklet problems with -toPostScript

    I have 8.5 x 11 PDF's that I want to convert to Postscript using acroread -toPostscript with the booklet options. Seems like no matter what combination of commands the pages are always shrunk down to smaller size. They should remain 8.5 x 11 just in

  • Oracle JDBC driver throwing java.nio.BufferUnderflowException exception

    Hi, We have a an application for which the middleware(SAR file) is running on Jboss. We have configured a DCN (data change notification) listener (As part of SAR file) to listen for the databases changes on port 56090. A weekly machine security scan

  • Itunes 8.2.1 won't recognize my 3.0 iPhone

    Version 8.2.1 is buggy. I am not the only user who is finding that this version of iTunes no longer recognizes my 3.0 iPhone. Occasionally it won't recognize my iPod Classic until I restart my iMac (circa 2007). My iPhone software is up to date (vers

  • Why is Messages screen sharing icon grayed out?

    Trying to do remote screen sharing with my mom's Mac using the new feature in Yosemite. If you're not familiar with it, the new method does not require AIM, Jabber, etc and is independent of screen sharing settings in System Preferences (per Messages

  • How I can upgrade mac os 10.5 to 10.8

    Dear Madam or Sirs, How I can upgrade Mac OS 10.5 to 10.8? I want to save all my programs and documents. Do you have detail instructions? With best, Regards Alex