Every time i use a texarea in this template it shows up as a one line area even if i have coded it with rows 10 for example. How can i solve this?
Here two examples ....
input[type="password"], input[type="text"], input[type="email"], input[type="www"], input[type="tel"], input[type="url"], input[type="search"], select, .inputbox{
height: auto!important;
}
/* Here you can include your override CSS styles */
input[type="password"], input[type="text"], input[type="email"], input[type="www"], input[type="tel"], input[type="url"], input[type="search"], select, .inputbox
{
height: auto!important;
}
.inputbox { background: #fbfbfb; border-color: #9a9a9a #dadada #e4e4e4; border-style: solid; border-width: 1px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #555; font: normal 12px Arial, Helvetica, sans-serif; height: 28px; line-height: 28px; padding: 1px 12px; }
.inputbox { background: #fbfbfb; border-color: #9a9a9a #dadada #e4e4e4; border-style: solid; border-width: 1px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; color: #555; font: normal 12px Arial, Helvetica, sans-serif; height: auto!important; padding: 1px 12px; }