Apply style ONLY on IE

后端 未结 12 2146
迷失自我
迷失自我 2020-11-28 01:14

Here is my block of CSS:

.actual-form table {
  padding: 5px 0 15px 15px;
  margin: 0 0 30px 0;
  display: block;
  width: 100%;
  background: #f9f9f9;
  bor         


        
12条回答
  •  眼角桃花
    2020-11-28 01:48

    For /* Internet Explorer 9+ (one-liner) */

    _::selection, .selector { property:value\0; }
    

    Only this solution perfectly work for me.

提交回复
热议问题