WTF: Should be Easy.

Out of context: Reply #4

  • Started
  • Last post
  • 16 Responses
  • sisu0

    Actually, still having issues.

    This is the CSS I'm calling which should simply remove the list-item nav when viewed on the iPad and iPod:

    #nav_trigger { display:none; }
    #nav { display:none; }
    #navBottom { display:none; }

    And this is the call for the CSS:
    <link media="only screen and (device-width: 1024px)" href="ipad.css" type= "text/css" rel="stylesheet" />

    For some reason the iPad-specific CSS isn't loading and the nav is showing on every device - ipad, ipod, desktop.

    What am I doing wrong?

View thread