Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Textbox trouble in IE 7

i had the same problem..found answers by searching on google..

try add this to ur default.css file :

textarea {

overflow: hidden;

display:block;

}

worked for me

leme know if it works

Skip to toolbar