滚动条在IE6中不起作用 [英] Scrollbar is not working in IE6

查看:98
本文介绍了滚动条在IE6中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我正在css中使用溢出-y:滚动,高度:150像素,宽度:500像素,我在表中分配了该css ...
滚动条在mozilla和其他浏览器中可以很好地工作....但是在IE6中却不能..
它占据了滚动条的空间,但不可见....


任何人都可以为这个问题提供解决方案...

问候
vivek

Hi all,
I am using overflow-y:scroll,height:150px,width:500px in css and i assign that css in a table...
The scrollbar works well in mozilla and other browser....but not in IE6..
Its occupy the space for scrollbar but it not visible....


Can anyone give solution for this issue...

Regards
vivek

推荐答案

Internet Explorer已过时.甚至微软也离开了!因此,升级您的浏览器兼容性.

Internet Explorer is obsolete. Even Microsoft leave it! So upgrade your browser compatibility.

.scroll{
	height:70px;
	overflow-y:auto;
	background-color:#ccc;
}
.scroll p{
	position:relative;
	background-color:#fcf;
	width:100px;
}



问候.



Regards.


这篇关于滚动条在IE6中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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