묻고답하기
laout 중 footer를 중앙으로 오게하는 방법을 알려주시면...꾸벅
2009.07.28 16:34
아래 내용은 laout 중 footer 맨 아래 부분입니다.
맨 아래부분만 좌측으로 쫙~~~~~~~~~~~~~~~~~~~~붙어 있습니다.
이것을 중앙으로 오게하려면?
어디를 수정하면 좋을까요?
고수님의 조언을 부탁드리며....꾸벅
/* Site Layout - Footer */
#footer { width:839px;}
#footer { margin:0; text-align:center; clear:both; padding-top: 10px; padding-right: 0px; padding-bottom: 10px; padding-left: 0px; border-top-width: 3px; border-top-style: solid; border-top-color: #333; background-color: #FAFAFA; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #EBEBEB; }
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/default/vrType1.gif) no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#575757; font-family: "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; font-size: 0.9em; text-decoration: none; }
#footer li address { display:inline; }
댓글 4
-
비나무
2009.07.28 17:25
-
궁금이
2009.07.28 17:32
-
비나무
2009.07.28 18:21
/* Site Layout - Footer */
#footer { width:839px;}
#footer { margin:0; text-align:center; .......위에서
/* Site Layout - Footer */
#footer { width:839px;}
#footer { margin:0 auto; text-align:center;로 변경해보세요...(붉은색으로 굵게 표시해 두었습니다.)
그렇게 하면 변경이 되는 듯 한데...
정확한 소스를 다 볼 수가 없어서 기본적인 테스트만... ^^*
컨텐츠 항목의 소스들은 홈페이지를 통해서 짐작한 것이라... ^^;;;;;; -
궁금이
2009.07.28 21:03
감사합니다. 꾸벅 꾸벅^^
말씀하신 내용만으로는 정확히 요구하시는 것이 무엇인지 모르겠습니다.
작업하시고 계신 사이트라면 증상을 볼 수 있는 사이트 주소라도 보여주세요.