position:fixed 지정된 div를 감싸는 방법이 없을까요?
LO
2023.04.01
position:fixed 지정된 div를부모 div가 감싸게 하고 싶은데 되질 않습니다...
position은 본래 div 흐름에서 어긋날 수 밖에 없다는 걸 알지만
함께 늘어나도록 감싸는꼼수가혹시 없나질문드립니다? 도와주세요~~
현재는 position:fixed 레이어가 독립적으로 움직이기 때문에
전체 페이지 height가 그걸 따라가지 못해 position:fixed 레이어가 화면상에서 잘려보입니다...
그래서 감싸면 전체 페이지 height도 같이 늘어나지 않을까 싶어서요...
부모 레이어
#bodyInfo
{width:216px;overflow:visible;margin:0 0 40px 0;display:inline;float:right;}
fixed 레이어
#wrap_quick
{position:fixed;width:216px;min-height:730px;overflow:visible;padding:0 0 40px 0;margin:0 0 40px 0;
background-color:#00ff00}
코드
div id=bodyInfo
div id=wrap_quick
/div
/div
방법이 없을까요?
-
연블랙
감사합니다...^^;
-
목화
늘어나면 늘린 만큼 위치를 옮기세요.