<div id="postingbox" class="panel">
div, the textarea moves together with the smilies box, out of it(the div).To fix it, add
resize: vertical;
into the #message-box textarea
id...I had a similar topic about this.. viewtopic.php?f=3&t=43093
<div id="postingbox" class="panel">
div, the textarea moves together with the smilies box, out of it(the div).resize: vertical;
into the #message-box textarea
id...It's a browser thing.nickvergessen wrote:Which grabber?! We use normal Textarea's and have nothing like a grabber installed?!
huh?callumacrae wrote:It's a browser thing.nickvergessen wrote:Which grabber?! We use normal Textarea's and have nothing like a grabber installed?!
-1, this is a browser thing, not a phpBB thing. By all means set a max-width.
Code: Select all
#message-box textarea {
font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
font-size: 1.2em;
height: 270px;
max-width: 100%;
min-width: 100%;
width: 450px;
}
agreed...Senky wrote:it gives us advantage of more stable default style (prosilver).