您可以在IE7中更改滚动条的宽度(滚动DIV)吗? [英] Can you change the width of a scroll bar (scrolling DIV) in IE7

查看:132
本文介绍了您可以在IE7中更改滚动条的宽度(滚动DIV)吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何方法可以在滚动div(包括微调箭头和句柄)上更改水平滚动条的整个宽度。



编辑:我只需要一个IE7解决方案 - 它是在触摸屏终端上滚动的DIV



谢谢

Matt

解决方案

实际上,我修改了 IE7 中的声明, CAN 做一些缩放。

 < div style =zoom:5; font-size:20%; overflow-x:auto ;> 
Hello World!你好,世界!你好,世界!你好,世界!你好,世界!你好,世界!你好,世界!
< / div>

缩放会告诉IE将内容放大500%,并且设置字体大小为正常值的1/5(因此保持不变)...这会缩放滚动条(但在缩放时它看起来有点丑陋,因为图像是基于栅格的,而不是基于矢量的。)

Is there any way to change the entire width of the horizontal scroll bar on a scrolling div (including the nudge arrows and the handle).

EDIT: I only need an IE7 solution - it's for a scrolling DIV on a touch screen terminal

Thanks

Matt

解决方案

Actually, I revise my statement... in IE7, you CAN do some scaling.

<div style="zoom:5;font-size:20%;overflow-x:auto;">
  Hello World!       Hello World!       Hello World!       Hello World!       Hello World!       Hello World!       Hello World!
</div>

zoom tells IE to scale up the contents by 500%, and I've set the font-size to be 1/5 of normal (thus remain the same)... this scales the scrollbars (but it looks a bit ugly at this zoom, since the images are raster based, not vector based.

这篇关于您可以在IE7中更改滚动条的宽度(滚动DIV)吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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