locked
-ms-grid-column not working in intellisense RRS feed

  • Question

  • User568619216 posted

    I am trying to create a grid to use in IE 11 using VS and coding the CSS in VS 2017. I get the message 199px not a valid value for CSS3. Also the intellisense gives me -ms-grid-colum and not -ms-grid-columns. Can anyone help me out as to why VS is doing this. The code is:

    .grid {
    display: -ms-grid;
    -ms-grid-cloumn: 100px 100px;
    }

    Thanks

    Saturday, July 22, 2017 3:16 PM

All replies

  • User347430248 posted

    Hi Endeavor,

    I try to make a test with VS 2015 and VS 2017.

    in  VS 2015 it is showing in the intellisense. but in VS 2017 it is not showing. so it is like it is no longer supported.

    in VS 2017:

    in VS 2015:

    so it is better to avoid using it and find work around for it.

    Regards

    Deepak

    Monday, July 24, 2017 7:47 AM