배경이미지 정렬..
요루
안녕하세요-
죄송합니다만 뭐좀 여쭤봐도 될까요?
티스토리에서 스킨을 만들고 있는데요
타이틀 이미지인 배경이미지가 이상하게도 가운데정렬이 안먹히네요.
익스플로러에서는 잘 나오는데 사파리에선 왼쪽으로 정렬되어 보여요.
아래 소스 첨부할게요.
----------------------------------------------------------------------------
div id=header
div class=bigname h1a href=[##_blog_link_##] title=[##_title_##]span[##_title_##]/span/a/h1/div
span
a href=[##_blog_link_##]noticeepilogue/a
a href=[##_taglog_link_##]tag/a
a href=[##_blog_link_##]mediagallery/a
a href=[##_guestbook_link_##]guest/a
a href=[##_owner_url_##]*/a
/span/div
---------------------------------------------여기까지가 skin.html 소스---------------------------아래는 style.css소스입니다.
일단 body 전체엔 text-align:center를 줬어요.
볼드친부분이 타이틀 이미지입니다.(background이미지로 넣었어요.)
--------------------------------------------------------------------------------
body{
margin:0;
font:12px verdana, dotum, 돋움, nanumgothic, 나눔고딕, malgun gothic, 맑은 고딕, trebuchet ms, verdana, arial;
color:#333;
text-align:center;
line-height:180%;
}
h1 {font:20px dotum; font-weight:bold;}
h2 {font:15px dotum; font-weight:bold}
#header .bigname h1 a { display:block; width:276px; height:67px; background:url(images/title_.gif) no-repeat;}
#header h1 a:hover{ background:url(images/title_o.gif) no-repeat; background-position:center center; }
#header h1 a span { display:none;}
#container {width:800px; background-color:#ffffff; margin:100px auto;}
#header {width:800px; height:80px; background-color:#fff; margin-bottom:25px;}
#content {width:800px;}
.bigname {font-size:20px nanumgothic, 나눔고딕, dotum, 돋움; font-weight:bold}
#header .bigname h1 {}
#header span {font:8pt verdana; }
#header span a {color:#abaaab; text-decoration:none;}
#header span a:hover {color:#8e68b4; }
--------------------------------------------여기까지가 style.css소스-----------------------
전 더이상 손을 못 데겠어요 ㅠㅠ
혹시 아시는분잇으면 도와주시면 감사하겠습니다..
-
시윤
저도 신입이라 잘모르지만..
margin:auto를 쓰게 되면... margin:auto auto auto auto를 쓴거와 같은데
margin은 세로값..그러니까 위,아래 방향에 auto는 0으로 인식하는거 같네요..
그래서 가로값인.. 왼쪽, 오른쪽만 auto값을 가지게되서 양쪽을 똑같이 분할해주는거 같아요..
margin:auto를 쓸때는 width값이 같이 있어야 하더라고요..
도움이 되셨다니 다행이네요.. -
다연
#header .bigname h1 a { display:block; width:276px; height:67px; background:url(\images/title_.gif\) no-repeat;}
이부분에 margin:auto; 추가해주세요 -
루다
background:url(\images/title_.gif\) no-repeat 50% 0; 으로 해보시는건..?
-
미투리
방금 해봣는데 안되네요.... ㅠ,,ㅠ
-
딥와인
아 그렇군요.. 메모해놔야 겠어요.
신입이 아니신거 같아요.. 고수아니세요? ㅠ ㅎㅎㅎㅎ
어쨋든 정말 감사합니다!! -
일본녀
샴수다님....
정말..정말 감사합니다!!!! ㅠㅠ
도대체 어떻게 해결학신 거에요??
정말 정말 점알 x100000 감사합니다!!!
덕분에 스킨 고쳤어요 ㅠ^ㅠ