Maybe someone can give me a hint, how to create non-scaleable textareas?
I tryed the usual stuff like :
<g:textArea name="tumble" value="myVtumble" rows="2" cols="2" />
<style>
#tumble {
resize: none;
}
//or
#tumble {
max-height: 10px;
height: 10px;
width: 10px;
max-width:10px:
}
</style>
and how do I remove the border ? border="0" in the attributes wont make it
Thanks a lot, hope i expressed my question understandable
Your doesn’t have any id. So try:
or