채택완료

배경이미지 문제

2016-07-27 (수) 13:34:56 4,423

http://bialtekeu.cafe24.com/ 

상단배경이미지가 늘리면같이늘어나고 줄이면 같이 줄어들어야하는데. 

안 늘어나고 안 줄어듭니다.. 어떻게해야할까.

margin 0 auto; 해도 안되네여.

#hd {z-index:4;position:relative;min-width:1200px;background:#fff} 

#hd_wrapper {position:relative;margin:0 auto;padding:26px 0;width:1200px;zoom:1} 

#hd {background: url(/img/head/top_back.png); height: 70px} 

답변 2개 / 댓글 1개

채택된 답변
+20 포인트

#hd {background: url(/img/head/top_back.png); no-repeat 50% 50%; background-size: cover; height: 70px} 

이렇게해보세요!

답변에 대한 댓글 1개

감사합니다.

모바일에서는 좀다르게보이네여 ㅋㅋ 흠.. 이미지자체가 그래서그런가.. 잘모르겠네여 ㅋㅋ
2016-07-27 (수) 13:58:46
max-width:100%;height:auto

답변을 작성하려면 로그인이 필요합니다.