스크롤바 css질문
AngelsTears
[ ie용 ]
body{
scrollbar-face-color:#333333;
scrollbar-highlight-color:#eeefef;
scrollbar-3dlight-color:#eeefef;
scrollbar-shadow-color:#eeefef;
scrollbar-darkshadow-color:#eeefef;
scrollbar-track-color:#eeefef;
scrollbar-arrow-color:#eeefef;
}
[ 크롬, 사파리용 ]
::-webkit-scrollbar{width: 17px; height: 8px;}
::-webkit-scrollbar-button:start:decrement{display: block; height: 15px; background:url(../img/index/up.png) center center no-repeat #333333; border:1px solid #eeefef;}
::-webkit-scrollbar-button:end:increment{display: block; height: 15px; background:url(../img/index/down.png) center center no-repeat#333333; border:1px solid #eeefef;}
::-webkit-scrollbar-track{ background: #eeefef;}
::-webkit-scrollbar-thumb{height: 50px; width: 50px; background:#333333; border:1px solid #eeefef;}
::-webkit-scrollbar-corner{ background: #eeefef;}그럼 파복, 오페라용은 없나요? css로만 제어가능한거..
-
꽃달
스크립트로도 있어요
-
라이브라
스크립트로 하는거요?
-
너에게
스크롤바css라고 검색해도 나오는듯 하네요!^^
-
후유
아..
-
가람슬기
아.. 스크롤은 파폭,오페라는 자바스크립트 쓰셔야 할거에요..
아시는분 답글좀!! -
세련
안되는데요 혹시 쓰는방식이 어떻게 되나요?
-
마중물
-moz- 파폭
-o- 오페라