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
}
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
}
精彩评论