[pmwiki-users] Problem with expanding textarea in IE solved
Roman
romat2 at gmail.com
Fri Mar 24 17:39:15 CST 2006
You may know about this problem: if the width of textarea is set to
100% and you you type first character in IE then right border of
textarea goes out of screen. That's why pmwiki skin sets the width to
98% (changed in 2.0.beta21) but expanding still occur which causes
visual reformatting of paragraphs. Here is the solution:
#wikiedit form { margin:0; width:100%; }
#wikiedit textarea { width:100%; }
Roman
More information about the pmwiki-users
mailing list