• Previous
  • 1 (current)
  • Next
Hidden (fb10fb99)  
#330
k1l14's avatar

not a feature and not a bug, a suggestion maby??... O_O

i brought this up at SCC, but i guess they are just noobs, because to this day it's still not fixed and it's really bad over there.. LoL

newer browsers have a feature that allows you to resize textarea's

here is my code, minus font settings:

textarea {
 outline: none;
 resize: vertical; //could remove and add max-width instead
 min-height: 50px;
 border-radius: 4pt;
}

if you resize to much, it can push stuff out and stuff gets cut off or it will just go over the table, but not the main table...

O_O

;0)

(Admin)  
#331
Panda's avatar

Done, thanks

  • Previous
  • 1 (current)
  • Next
Log in or Sign up to post in this topic.