noscript tag isn't working on internet explorer

前端 未结 3 823
不知归路
不知归路 2021-01-24 21:54

I have a website with the

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-24 22:42

    try this css

    .noscript {
       background: red;
       top: 100px; 
       color: #fff;
       padding: 10px;
       text-align: center;
       position: relative;
       z-index: 3;
    }
    

提交回复
热议问题