IE7 ignores CSS attribute selector only on pages coming from production server

前端 未结 7 714
粉色の甜心
粉色の甜心 2021-02-07 03:25

On my website, IE7 seems to be ignoring certain CSS attribute selectors. The strange thing is that it only happens when the page comes from the production server. If I have the

7条回答
  •  深忆病人
    2021-02-07 04:00

    I don't think the answer is which server it came off but more a case of adding double quotes around the value in the CSS selector.

    Try this:

    
    
    IE display test
    
    
    
    
    
    
    
    

提交回复
热议问题