익스플로어 브라우저 모드에 따른 css 배경화면 출력 문제 채택완료
문서모드를 IE9로 하면 css 배경화면이 정상으로 보이는데요.
IE9 이하로 하면 배경화면이 제대로 보이지 않게 됩니다.
http://daesinpmc.com">http://daesinpmc.com
이거 어떻게 해결을 해야 할까요?
익스플로어 IE7 까지는 보여야 할 것 같은데요.
답변 좀 부탁드려요.
답변 1개
background-image:url('url주소');
background-repeat:no-repeat;
이렇게 css 두번 사용하시면 될겁니다
보통은 한꺼번에 쓰기도 하지만 안될때는
http://www.w3schools.com/cssref/pr_background-attachment.asp" target="_top">background-attachment
http://www.w3schools.com/cssref/css3_pr_background-clip.asp" target="_top">background-cliphttp://www.w3schools.com/cssref/pr_background-color.asp" target="_top">
http://www.w3schools.com/cssref/pr_background-color.asp" target="_top">background-colorhttp://www.w3schools.com/cssref/pr_background-image.asp" target="_top">
http://www.w3schools.com/cssref/pr_background-image.asp" target="_top">background-image
http://www.w3schools.com/cssref/css3_pr_background-origin.asp" target="_top">background-origin
http://www.w3schools.com/cssref/pr_background-position.asp" target="_top">background-positionhttp://www.w3schools.com/cssref/pr_background-repeat.asp" target="_top">back
http://www.w3schools.com/cssref/pr_background-repeat.asp" target="_top">ground-repeathttp://www.w3schools.com/cssref/css3_pr_background-size.asp" target="_top">
http://www.w3schools.com/cssref/css3_pr_background-size.asp" target="_top">background-size
이 녀석들을 모두 따로 돌리면 사용이 적용이 되지요
답변에 대한 댓글 2개
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인
background:url('') no-repeat #fff ;
이런식으로 한칸씩 띄워줘야 합니다