开发者

Show scrollbar while resizing the window

开发者 https://www.devze.com 2023-03-06 05:42 出处:网络
I want to开发者_运维问答 show windows scrollbar when user resizes the window less than a specified width. For that i used min-width but that doesnt work with IE6. Is there any way i can do that using

I want to开发者_运维问答 show windows scrollbar when user resizes the window less than a specified width. For that i used min-width but that doesnt work with IE6. Is there any way i can do that using javascript or jquery


try this if it will solve the problem just replace height and width in the css

div.scroll
{
background-color:#00FFFF;
width:100px;
height:100px;
overflow:scroll;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消