
Anyone seen this before? Simple textarea that I have set to the following CSS:
#discusspostform textarea{
width: 230px;
height:25px;
position:absolute;
bottom:40px;
left:8px;
top:5px;
padding:5px;
resize:none;
}
Works okay but if the user doubles click a few times (as they no doubt will!). It gives resize handles and an arrow to drag it around the page.I have drag and drop on the site, but this is not required! Anyway to stop it?
I have seen this code and it maybe help you, its Javascript.