如何在浏览器中更改滚动垂直方向? [英] How do I change scroll vertical direction in ie browser?

查看:117
本文介绍了如何在浏览器中更改滚动垂直方向?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在CSS中找到了一些属性,比如



BODY {

scrollbar-face-color:#8080FF;

scrollbar-arrow-color:#FFFFFF;

scrollbar-track-color:#DDDDFF;

scrollbar-shadow-color:'';

scrollbar-highlight-color:'';

scrollbar-3dlight-color:'';

scrollbar-darkshadow-Color:'';

}



但是它们还不够。我想改变滚动方向到rtl。



坦克寻求帮助

Mohsen porouhan

I found some of properties in css like

BODY{
scrollbar-face-color:#8080FF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#DDDDFF;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:'';
}

But they are not enough.I want to change direction of scroll to rtl.

Tanks for help
Mohsen porouhan

推荐答案

首先!这些CSS属性不是标准的,大多数只在IE中支持!

要设置HTML元素的方向(并且还有更改滚动方向),您应该使用 direction [ ^ ]属性!
First! These CSS properties are not standard and mostly supported only in IE!
To set the direction of an HTML element (and with that change scrolling direction too) you should use direction[^] attribute!


这篇关于如何在浏览器中更改滚动垂直方向?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆