how to style the scrollbar of on iframe?
问题 Is it possible to change the style of the scrollbars of on iframe? i tried to style it by using the following code but it doesnt seem to work html{scrollbar-arrow-color: #252604; scrollbar-highlight-color: #BFC097; scrollbar-shadow-color: #ffffff; scrollbar-base-color : #000000; scrollbar-track-color: #E2E1D4; scrollbar-face-color: #BFC097; scrollbar-3dlight-color: #EFEEEE; scrollbar-darkshadow-color: #999999;} and tried body{scrollbar-arrow-color: #252604; scrollbar-highlight-color: #BFC097;