플리즈 도와주세요~ㅠ
콩쑨
저 밑에 메뉴를 100프로로 주고 각각의 아이콘을 화면상에 보일때 적절히 해상도가 늘어나도
예쁘게 보이게끔 하고싶어요~
제가 한걸루는 자꾸 밀려나고 잡기 힘드네요 ㅠ
div id=cstory_bottom_wrap
div class=bottom_menu01/div
div class=bottom_menu02/div
div class=bottom_menu03/div
div class=bottom_menu04/div
/div
씨에스에스
#cstory_bottom_wrap{position:relative; width:100%; height:83px; overflow:hidden; background-image: url(../images/bg_img/cstory_bottom_bg.gif);}
.bottom_menu01{position:absolute; left:25%; width:58px; height:83px; background-image: url(../images/btn_img/cst_list_off.gif); margin-left:-58px;}
.bottom_menu02{position:absolute; left:50%; width:58px; height:83px; background-image: url(../images/btn_img/hawk_off.gif); margin-left:-58px;}
.bottom_menu03{position:absolute; left:75%; width:58px; height:83px; background-image: url(../images/btn_img/next_page_off.gif); margin-left:-58px;}
.bottom_menu04{position:absolute; left:100%; width:58px; height:83px; background-image: url(../images/btn_img/prev_page_off.gif); margin-left:-58px;}
-
지니 2023-11-08
position:fixed 이용해보세요~^^
-
아유미 2023-11-08
fixed로 사용해서 브라우저에까진 적용이되는데~ 사파리 크롬 모바일화면상에선 적용이 안되요 ㅠ