묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
풋터 가운데 고정시키는 방법좀 알려주세요
2015.06.08 13:06
#footer {float: left;background-color:#494949;height: auto;width: 838px;margin: 30px 0px 0px 0px ;padding: 20px 0;border-top: 4px solid #fcaf17;-webkit-box-shadow:inset 0px 2px 15px rgba(0,0,0,.1);box-shadow:inset 0px 2px 15px rgba(0,0,0,.1);} #footer a {color:#fff} #footer .container {margin: 0 auto;position: relative;width: 980px;} #footer .copyright {float:left; color:#fff;} .copyright_links {font-size: 11px;float: right;line-height: 17px;} .copyright_links li {display: inline;float: left;} .copyright_links li a {float: left;padding: 0px 11px 0px 10px;} .copyright_links li a:hover {text-decoration: underline}
위가 풋터 소스인데요
float: center 하면 세로로 가운데로 정렬됩니다
margin으로 임시 고정을 해보아도 창을 줄이면 그 자리에 고정 되어있습니다
태그 연관 글
- [2015/11/24] 묻고답하기 메뉴바를 길게하고자 합니다 *1
- [2011/12/21] 묻고답하기 하단메뉴가 생성 좀 도와주세요 *1
- [2011/12/20] 묻고답하기 bottom 메뉴 만들기 질문입니다. *1
- [2011/12/20] 묻고답하기 footer menu *1
넓이 838로 고정한다고 보고
#footer {
background-color
:
#494949
;
height
:
auto
;
width
:
838px
;
margin
:
30px
auto0px
auto
;
padding
:
20px
0
;
border-top
:
4px
solid
#fcaf17
;-webkit-box-shadow:
inset
0px
2px
15px
rgba(
0
,
0
,
0
,.
1
);box-shadow:
inset
0px
2px
15px
rgba(
0
,
0
,
0
,.
1
);}
이렇게 처리해 보세요