묻고답하기
스크롤 색상을 변경하고싶은데.
2007.08.20 17:39
스크롤 색상을 변경하고자해서 인터넷을 뒤져서 소스를 썻는데...
제로보드를 이용해서 만든 노프레임에서는 스크롤이 변경이되는데
왜? 일반 페이지에서는 안먹히는건지 좀 알려주세요...
그리고 저기 인덱스화면에서 가로로 스크롤생기는것을 없앨수없을까요?
프레임을 나누어서 작업할경우에는 어쩔수없이 가로 스크롤이 생성이된다고하는데
어떻게 해결방법이 없을까요?
http://woongnyu.cafe24.com/nstyle/index.htm..
html소스가...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<!----스크롤색상변경---->
<STYLE>
BODY {
scrollbar-3dlight-color:666666;
scrollbar-arrow-color:#B58E63;
scrollbar-track-color:white;
scrollbar-darkshadow-color:white;
scrollbar-face-color:#F2ECE6;
scrollbar-highlight-color:white;
scrollbar-shadow-color:#B58E63;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
</STYLE>
네이버나 다음등에서 찾아보시구 소스를 가져오셧다면 이상한 현상이라 생각되는군요
스타일이 아니라 스크립트(script ) 입니다.