상태 | 완료 |
---|
CSS 관련 질문을 하러왓답니당..ㅠ.ㅠ..~
현재 중앙에 비여잇는건 현재의 홈피 만의 공간 이랍니당..
그런데 양쪽에 푸른색으로 색칠이 되어잇는건.. 배경화면으로 쓸예정이랍니다..
양쪽 배경화면으로 사용할 문법은
body{
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-position: center top;
text-align: center;
margin:0 auto;
padding: 0px;
color:#333333;
font-size:90%;
background-attachment: fixed;
}
이러합니다..!!
저의 CSS 파일에
/* Site Layout - Body Wrap */
body { }
#bodyWrap { position:relative; width:840px; margin:0 auto; padding:0; background:url(/images/bg.jpg) center top no-repeat #FFFFFF; top:-16px; }
이것은 저의 홈피인 매뉴의 바탕인데..
이문법을 복사해서 수정 해보니 안되더라구요..
백성찬님께 문의드려봅니다..!!
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-position: center top;
text-align: center;
margin:0 auto;
padding: 0px;
color:#333333;
font-size:90%;
background-attachment: fixed;
를 그대로 넣어 보앗는데.. 변화가 없네요..ㅠ.ㅠ...
앗! 성공 햇습니다 body { }
를
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-position: center top;
text-align: center;
margin:0 auto;
padding: 0px;
color:#333333;
font-size:90%;
background-attachment: fixed;
} 로 바꾸시란 말씀이셧군요!!
감사합니다 백성찬님!! 좋은 하루되셔용!^^*
body{
background-image: url(../images/background.jpg);
background-repeat: repeat-x;
background-position: center top;
text-align: center;
margin:0 auto;
padding: 0px;
color:#333333;
font-size:90%;
background-attachment: fixed;
}
이문법을 이용해서 XE 의 CSS 파일에 추가해줄 내용과 위치를 알려주시면 감사하겟습니당..ㅠ.ㅠ..