开发者

Disabled textarea in I.E7 Doesnt have a scroll bar how to fix

开发者 https://www.devze.com 2022-12-25 04:09 出处:网络
Is there a way to force IE7 to show a scroll bar even when the textarea is disabled. Th开发者_StackOverflow社区is works fine in firefox but doesnt in IE7with css:

Is there a way to force IE7 to show a scroll bar even when the textarea is disabled. Th开发者_StackOverflow社区is works fine in firefox but doesnt in IE7


with css:

#element
{
    overflow:scroll;
    overflow-y: scroll; //ie specific
}
0

精彩评论

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