#99. default.css의 html { position:relative; } 속성 제거. frameset페이지에서 테스트 밑 FF/IE6/IE7에서의 문제점 테스트 결과 이상없음 확인. 미확인된 문제 발생 가능성은 있음

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2371 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-22 01:21:25 +00:00
parent d5065b2c01
commit 43bed51a9a

View file

@ -23,7 +23,7 @@ IE7 & IE6 & Below
/* default.css - Type Selector Definition */
* { margin:0; padding:0; }
html { width:100%; position:relative;}
html { width:100%; }
body { margin:0; font-size:.75em; font-family:sans-serif;}
img { border:none; }
label { cursor:pointer; }