#background {
position: absolute;
z-index: 2;
}
#foreground {
position: absolute;
z-index: 1;
}
z-index 값이 클수록 위로 올라온다.
'컴퓨터 > CSS' 카테고리의 다른 글
CSS 변수 (0) | 2023.08.14 |
---|---|
페이지 인쇄할 때 머리글/바닥글 미리 없애기 (0) | 2022.09.20 |
CSS resize (0) | 2022.08.31 |
input 엘리먼트에 border 적용 (0) | 2022.06.06 |
CSS 주석 (0) | 2022.05.21 |