페이지 내부 링크/ページ内移動リンク



Web Standards Archive for the Category

windows IE5.0 error

2005-11-17 Thursday Posted in Web Standards | No Comments »

IE5.0、5.5のBOX MODELエラーで

voice-family:"\"}\"";
voice-family:inherit;

こういうハック(hack)を使うとIE5.0ではこう書いた項目の下にくる項目は解約解釈されない。

IE5.0、5.5의BOX MODEL 에러에

voice-family:"\"}\"";
voice-family:inherit;

이 핵(hack)을 사용할 경우 IE5.0에서는 이 코드의 아래에 위치한 항목은 해석되어지 않음.

参考:Integrated Web Design: Strategies for Long-Term CSS Hack Management

CSS BUG with Flash and IE5.0 on Mac

2005-11-10 Thursday Posted in Web Standards | No Comments »

マック用のIE5.0でFLASHを挿入するとき、FLASHを囲むCSS要素にfloatが使われたらうまく表示されない。
解決策→floatの代わりposition:absoluteを使用

맥킨토시용 IE5.0에서 플래시를 삽입할 경우, 플래시를 감싸는 CSS요소에 float를 사용한 경우 제대로 표시되지 않음.

해결책→float 대신 position:absolute를 사용

やった!

2005-05-24 Tuesday Posted in Web Standards | No Comments »

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.