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
2010-05-12 09:51:37
sorry the issue remains the same..
Sachindra
2010-05-12 10:08:13