tags:

views:

41

answers:

1

textarea gives an image scroll in IE.. is there any way to get away with that ???

A: 

Add following style and check agian

.textarea{
  width:100px;
  height:50px;
  scroll:auto;
}

Edited Sorry this should be as follows

textarea{
  width:100px;
  height:50px;
  scroll:auto;
}
Salil
sorry the issue remains the same..
Sachindra