mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
#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:
parent
d5065b2c01
commit
43bed51a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue