开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜