묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
파폭과 익스에 보이는 글 크기가 다릅니다.
2009.01.24 15:49
레이아웃 파일 첨부합니다.
layout.html에는 딱히 글 크기를 정한곳은 없고.
css파일에
@charset "utf-8";
/* CSS Document */
/* 레이아웃 배경색 */
body {
background-color: #FBCCE8;
}
/* 레이아웃 기본구조 */
#haniani { width: auto; margin-left:auto; margin-right:auto; }
#wrap { width: 840px; margin-left:auto; margin-right:auto; }
#first { height: 47px; overflow: hidden; background-image:url(../images/css1/layout_01.gif); width:840px; }
#menu { height: 153px; overflow: hidden; background-image:url(../images/css1/layout_02.gif); width:840px; }
#logo { overflow:hidden; max-width:300px; max-height:153px; float:left}
.menu1 { width:500px; overflow :hidden; float:right}
.menudiv { width:100px; float:left; }
.menubox { width:100%; overflow:hidden; }
.mainmenu { font-size:13px; font-weight:bold; color:#000; line-height:210%;}
.submenu { font-size:12px; color:#000; line-height:170%}
#main { min-height: 550px; height: auto; overflow: hidden; background-image:url(../images/css1/layout_03.gif); background-repeat:no-repeat; background-color:#FFF; width:840px; }
#content { height: auto; overflow: hidden; width:800px; margin-left:auto; margin-right:auto; }
#footer { height: 50px; overflow: hidden; background-image:url(../images/css1/layout_04.gif); width:840px; }
#copyright {height: 30px; width:840px; text-align:right; margin-left:auto; margin-right:auto; }
A:link { text-decoration:none; color:#000;}
A:visited { text-decoration:none; color:#000;}
A:active { text-decoration:none; color:#000;}
A:hover {color:#000; text-decoration:none;}
이런식으로 되어 있습니다.
그런데 글 크기가 익스7과 파폭에서 다르게 보이네요;
다른데 말고 여기 XE사이트만 봐도 안그런데..
어딜 수정해야 할까요? 조언 부탁드립니다.
layout.html에는 딱히 글 크기를 정한곳은 없고.
css파일에
@charset "utf-8";
/* CSS Document */
/* 레이아웃 배경색 */
body {
background-color: #FBCCE8;
}
/* 레이아웃 기본구조 */
#haniani { width: auto; margin-left:auto; margin-right:auto; }
#wrap { width: 840px; margin-left:auto; margin-right:auto; }
#first { height: 47px; overflow: hidden; background-image:url(../images/css1/layout_01.gif); width:840px; }
#menu { height: 153px; overflow: hidden; background-image:url(../images/css1/layout_02.gif); width:840px; }
#logo { overflow:hidden; max-width:300px; max-height:153px; float:left}
.menu1 { width:500px; overflow :hidden; float:right}
.menudiv { width:100px; float:left; }
.menubox { width:100%; overflow:hidden; }
.mainmenu { font-size:13px; font-weight:bold; color:#000; line-height:210%;}
.submenu { font-size:12px; color:#000; line-height:170%}
#main { min-height: 550px; height: auto; overflow: hidden; background-image:url(../images/css1/layout_03.gif); background-repeat:no-repeat; background-color:#FFF; width:840px; }
#content { height: auto; overflow: hidden; width:800px; margin-left:auto; margin-right:auto; }
#footer { height: 50px; overflow: hidden; background-image:url(../images/css1/layout_04.gif); width:840px; }
#copyright {height: 30px; width:840px; text-align:right; margin-left:auto; margin-right:auto; }
A:link { text-decoration:none; color:#000;}
A:visited { text-decoration:none; color:#000;}
A:active { text-decoration:none; color:#000;}
A:hover {color:#000; text-decoration:none;}
이런식으로 되어 있습니다.
그런데 글 크기가 익스7과 파폭에서 다르게 보이네요;
다른데 말고 여기 XE사이트만 봐도 안그런데..
어딜 수정해야 할까요? 조언 부탁드립니다.
댓글 7
-
LeagueON
2009.01.24 15:54
-
뮤랑이
2009.01.24 16:01
문제는
.mainmenu { font-size:13px; font-weight:bold; color:#000; line-height:210%;}
.submenu { font-size:12px; color:#000; line-height:170%}
부분도 브라우저마다 다르게 보이네요.; -
LeagueON
2009.01.24 16:05
공식홈 기준으로 비교해봤는데 정말 차이가있네요.
크게 느낄정도는 아니지만.. 죄송합니다. 설레발이었네요 ㅎㅎ -
뮤랑이
2009.01.24 16:06
ㅎㅎ;
답변해주신것만 해도 감사해요^^ -
Habile
2009.01.24 17:53
브라우저마다 크기의 값(?)이라고 해야하나 ..
하여튼 ..똑 같은 12pt 라도, 브라우저마다 1pt커질때마다 커지는 값이 달라서 그럴꺼에요 -
뮤랑이
2009.01.24 18:15
그런데 왜 XE사이트는 같을까요..하아..ㅠㅠ -
모르는게넘많아
2009.01.24 20:06
common/css/default.css 에다가
body { margin:0; padding:0; font-family:굴림, Gulim, Verdana; font-size:12px; }
예전에 어떤분이 팁으로 올리신건데 누구신지는 기억이 안나네요.
팁게시판에 가보시면 도움되는 글이나 소스가 많습니다...
해당 css부분에 font-size를 지정해주면 되겠네요.
폰트사이즈를 따로 지정해 주지 않으면, 각 브라우저마다 기준?을 따라가겠지요?