Forums

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

Home Forums CSS Media Queries – IE9 issue

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

    Hello.

    I have the following query in my css file:

    @media all and (min-width: 1800px)
    {…}

    It works well in FF and in Chrome, but not in IE (that is IE9).
    The purpose is to now when in high resolution (width 1920) or low.

    Is this the right way?
    Need to do something else for IE?

    Thanks.

    #131094

    1. You can use java script for it

    read this link for it

    https://css-tricks.com/resolution-specific-stylesheets/



    and second is
    make layout in percentage

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