Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Firefox ignoring alternative css?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #235358
    junipers
    Participant

    Hi
    here’s my site:

    http://www.piantanatura.it

    and the code:

    <meta name=”viewport” content=”width=device-width, initial-scale=1″ />
    <link rel=”stylesheet” type=”text/css” media=”(min-width: 640px)” href=”screen.css” />
    <link rel=”stylesheet” type=”text/css” media=”(min-width: 640px) and (max-width: 799px)” href=”mobile_bg.css” />
    <link rel=”stylesheet” type=”text/css” media=”(max-width: 640px)” href=”mobile_sm.css” />
    <link rel=”stylesheet” type=”text/css” media=”(orientation: portrait)” href=”portrait.css” />
    <link rel=”stylesheet” type=”text/css” media=”(orientation: landscape)” href=”landscape.css” />

    Chromium takes the code and switched according to the viewport size.
    Firefox, until recently, did the same.
    I’m relatively sure that I did not change the code, so I’m thinking it might be a browser issue. But since I’m not a wiz in CSS, who knows.

    Thanks for any help.
    William

    #235474
    junipers
    Participant

    It’s the zoom.
    When i zoomed out it went back to normal.
    -W

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.