IE7 ignores CSS attribute selector only on pages coming from production server
问题 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 exact same code on my personal server, or saved on my hard drive, it works fine. Here is an example which causes the problem: <!DOCTYPE HTML> <html><head> <title>IE display test</title> <style type="text/css"> [type=button] { display: block; } </style> </head> <body> <input type="button" value="Button 1"/> <input type=