やった!
5시간 걸려서 겨우 해결!
윈도우즈 IE5.0, 5.5만 적용되는 스타일시트를 만들어서 처음 불러들이는 CSS파일에 윈도우즈 IE5.0, 5.5용 스타일시트를 임포트 시키면 해결!
@media tty {
i { content:"\";/*" "*/}} @import 'winIe5.css'; /*";}
}/* */
브라우저를 체크, 윈도우즈 IE5.0, 5.5용 스타일시트를 임포트시키는 소스. 자세한 내용은 여기서
Mid Pass Filter
This paragraph should have green text in all browsers that support even a little CSS. However this paragraph will have a red background in IE5.x/Windows from the @imported style sheet “midpassbefore.css” at the start of the inline style sheet, and a thick yellow border from the @imported style sheet “midpassafter.css” at the end of the inline style sheet.








