홈페이지 제작/HTML, CSS
특정위치에 고정된 배경이미지 넣기
ANIMANIA
2001. 11. 18. 10:48
<style type="text/css">
body {background:url(이미지경로) no-repeat fixed right bottom}
</style>
위처럼 스타일 코드를 입력해놓으면 오른쪽 아랫부분에 이미지가 고정되어 나옵니다..
body {background:url(이미지경로) no-repeat fixed right bottom}
</style>
위처럼 스타일 코드를 입력해놓으면 오른쪽 아랫부분에 이미지가 고정되어 나옵니다..
반응형