0
Welcome Guest! Login
0 items Join Now

suffice "hidden-desktop" still showing in IE8 desktops

  • suffice "hidden-desktop" still showing in IE8 desktops

    Posted 11 years 4 months ago
    • Running Joomla 2.5.

      When I apply the suffix, "hidden-desktop" to my mobile menu, it still appears on desktops running IE8. I have placed the code below into the IE8 CSS, but still get the same results.

      /* Smartphones */
      @media (max-width: 480px) { ... }
      /* Smartphones to Tablets */
      @media (min-width: 481px) and (max-width: 767px) { ... }
      /* Tablets */
      @media (min-width: 768px) and (max-width: 959px) { ... }
      /* Desktop */
      @media (min-width: 960px) and (max-width: 1199px) { ... }
      /* Large Display */
      @media (min-width: 1200px) { ... }
    • Who?'s Avatar
    • Who?
    • Preeminent Rocketeer
    • Posts: 25562
    • Thanks: 613
    • Joomla freelancer

    Re: suffice "hidden-desktop" still showing in IE8 desktops

    Posted 11 years 4 months ago
    • IE8 unfortunately doesn't support media queries so those classes won't work with it
    • Check my services at: Mihha-Vision

Time to create page: 0.066 seconds