묻고답하기


첫번째스크린샷의 경우 밑에 임시저장 불러오기 돌아가기 미리보기 등록 등등 버튼이 짤려 보입니다.
저 경우는 아래 css에서 폰트크기를 9pt 로 했을때구요
두번째스크린샷은 버튼들이 짤리지않고 제대로 딱 보입니다.
저 경우는 아래 css에서 폰트크기 10pt 일때입니다.
레이아웃은 안석영님 레이아웃 사용중입니다.
폰트크기를 9pt 로 했을때 버튼이 안짤리게 할려면 어디부분을 수정시켜야될까요?

아래 css파일 복사해서 붙여넣었습니다.

@charset "utf-8";

*
{
padding: 0em;
margin: 0em;
}

body
{
background: #000000 url(../images/blue/bg1.jpg);
padding: 0px 0px 35px 0px;
}

body,input
{
font-size: 9pt; 원래는 10pt 였으나 글자가 너무커서 9pt 로 바꿈
font-family: "굴림", "times new roman", serif; 원래는 폰트이름이 georgia 였으나 이상해서 굴림으로 바꿈
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
background-image: url(../images/blue/db1.gif);
}

h4
{
font-size: 1.2em;
padding-right: 28px;
background-image: url(../images/blue/db2.gif);
}

.contentarea
{
padding-top: 1.3em;
}


img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;
background: #fff url(../images/blue/border2.gif) repeat-x;
height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.post .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.post ul.controls
{
clear: both;
}

.post ul.controls li
{
display: inline;
font-size: 0.8em;
}

.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.post ul.controls li a.printerfriendly
{
background-image: url(../images/blue/icon-printerfriendly.gif);
}

.post ul.controls li a.comments
{
background-image: url(../images/blue/icon-comments.gif);
}

.post ul.controls li a.more
{
background-image: url(../images/blue/icon-more.gif);
}

.box
{
position: relative;
background: #FDFCF6 url(../images/blue/boxbg.gif) repeat-x;
left: -1.5em;
top: -1.5em;
padding: 1.5em;
border-bottom: solid 1px #E1D2BD;
margin-bottom: 1.0em;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #fff url(../images/blue/bg2.jpg) repeat-x;
z-index: 1;
}

#outer
{
z-index: 2;
position: relative;
/*
 The width value below controls the overall width of the design. By blue it'+ '+ 's set to 82%
 (so it'll take up 82% of the browser window's width). You can set it to a different percentage
 value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 980px;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 80px;
background: url(../images/blue/topbg.gif) repeat-x;
margin-bottom:2px;
}

#headercontent
{
position: absolute;
height: 80px;
}

#headercontent h1
{}

#search
{
position: absolute;
top: 45px;
right: 2.0em;
padding-right: 0.0em;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
border-top: solid 1px #000000;
border-right: 0px;
border-bottom: solid 1px #777777;
border-left: 0px;
padding: 0.15em;
width: 10.0em;
}

#search input.submit
{
background: #006ca3 url(../images/blue/buttonbg.gif) repeat-x;
border: solid 1px #006ca3;
font-weight: bold;
padding: 0.25em;
font-size: 0.8em;
color: #F2F3DE;
vertical-align: middle;
}

#headerpic
{
position: relative;
height: 109px;
background: #fff url(../images/blue/hdrpic.jpg) no-repeat top left;
margin-bottom: 2px;
}

#menu
{
position: relative;
background: #006ca3 url(../images/blue/menubg.gif) repeat-x top left;
height: 3.5em;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 2px;
}


#gnb
{
position: absolute;
top: 1.1em;
}

#gnb li
{
position: relative;
display: inline;
}

#gnb li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#gnb li a:hover
{
text-decoration: underline;
}

#gnb li.on a{background: #006ca3 url(../images/blue/menuactive.gif) repeat-x top left;}

#menubottom
{
background: #fff url(../images/blue/border1.gif) repeat-x;
height: 14px;
margin-bottom: 0em;
}

#content
{
padding: 0em 7px 0em 7px;
}

#primarycontainer
{
float: left;
margin-right: -211px;
width: 750px;
}

#primarycontent
{
margin: 0px 0em 0em 0em;
}

#secondarycontent
{
position:relative; width:201px;
margin-top: 0em;
float: right;
}

#lnb { border-top:1px solid #dddddd; padding:4px 5px 0 5px; width:190px;}
#lnb li { padding-bottom:4px; list-style:none; }
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #e8e8e8; background:url(../images/blue/bgLnbOff.gif) repeat-x; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { color:#ffffff; background:#006ca3; border:1px solid #006ca3;}
#lnb li.on a { color:#ffffff; background:#006ca3; border:1px solid #006ca3;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:block; position:relative; width:184px; padding:0 3px; border-top:1px solid #ffffff; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#006ca3 !important;}
#lnb li.on ul li.on a { color:#006ca3 !important; font-weight:bold !important; background:url(../images/blue/bulletLnb.gif) no-repeat 175px center  !important;}


#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background: #fff url(../images/blue/border2.gif) repeat-x 0em 2.5em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
물비늘 tar 특정 디렉토리만 백업하기 [1] 2011.04.02 by 휘즈
블루그린 최근 이미지 출력  
김진관307 사용저장공간이부족하여... [2] 2011.04.02 by rjsoo
LG파워콤 1.4.5 로그인 문제 [1] 2011.04.03
구름바다 게시판에서 댓글을 문자배열로 작성하고 싶네요  
티지레몬 배경 음악 재생기를 위한 프레임 & Naver Photo Editor (photo_editor)  
亞波治™ 쉬운설치시 에러창이 뜹니다....ㅠㅠ [1] 2011.04.03 by 휘즈
명드래곤 1.4.5 모바일 웹사이트가 전부 안보입니다 [1] 2011.04.03 by 신군임니돠
김진호313 회원검색 모듈은 없는지요 [2] 2011.04.03 by 케니2
BlogJh 1.4.5 업데이트후 파이어폭스4,크롬 로그인 안됩니다. [1] 2011.04.03 by 이온디
뒷치기도예술 꼭좀 보시고 답변 부탁드립니다..자유게시판에도 같은 내용 있습니다.꼮좀 ㅠㅠ [1] 2011.04.03 by 뒷치기도예술
zartin 이거 왜그렇죠?  
문훤현 질문있습니다. 왼쪽 메뉴 꾸미는 방법  
ildoonet 최근글 위젯으로 블로그는 연동이 안되느것 같아요.. [1] 2011.04.03 by 휘즈
혜민원장 통합검색 결과 페이지가 레이아웃 적용이 안되요  
이온디 게시판 모듈의 글을 자료실 모듈로 옮길 수 있나요  
밤샌다 모바일 홈페이지에서는 쪽지보내기, 확인이 불가능 한가요?  
에혀라X Textyle 발행시 이미지 url문제  
피자피자빵빵 도대체 업그레이드는 어떻게 하나요? 검색을 아무리해도 안나오네요 [2] 2011.04.03 by 느까끼
피자피자빵빵 아이피 차단하면 어떤 페이지로 가게되나요? [1] 2011.04.03 by 현원
피자피자빵빵 rss 공개해야 검색에 걸리나요? [1] 2011.04.03 by guny
피자피자빵빵 신디케이션 동기화 문서 갯수가 줄어드는건 왜 그런건가요? [1] 2011.04.03 by ToFinder
티지레몬 xe_board_vod 이라는 게시판 스킨니 있나요?  
에버마인드 웹 폰트 쉬운설치시 응답없습니다 (의존하는 스킬,모듈도요) [1] 2011.04.04 by hika1
이영한389 모바일 페이지의 자동로그인 허용 시간?  
충님 같은 호스팅에 도메인을 2개 사용할때..  
새하나모 XE설치 xe/index.php?act=dispInstallSelectDB 이후 진행불가 [1] 2011.04.04
이정권932 제로보드4 -> XE데이터 이전시 형성되는 XML파일 맞는지 확인좀.. [1] file 2011.04.04 by 카르마
One_Of_The_XE_Users 1달 째 설치 때문에 고생하고 있습니다.  
뒷치기도예술 1.4.5 업데이트후 게시판 댓글 삭제가 안되는데 어떻게 해야 되나요?