I want the background picture not to be displayed in the IE. How do I do that?

后端 未结 8 1487
暗喜
暗喜 2020-12-22 05:04

Here\'s the CSS , and I want the background picture not to be displayed in IE . Instead I just want the background color to be displayed. How do I do that?

h         


        
8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-22 05:31

    Conditional stylesheets are what you need. By using the code below you can set a stylesheet that is only used in IE, in which you can set an alternative style for the body.

     
    

提交回复
热议问题