News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

PM/thread box problem

Started by pehon, July 06, 2011, 08:48:09 PM

Previous topic - Next topic

pehon

hello guys,

i've this problem from 1 of my member, don't really know whats the problem.

firefox 5.0/windows xp

whenever i go to reply to a PM or send a new PM or type a new thread (like now) the text box is elongated and goes on forever to scroll right
with no carriage return so i can't see what i'm typing after a certain point with no text wrapping.

looks like this:


Illori

take a look at
Quote from: Dzonny on June 12, 2011, 03:51:48 PM
Hello there.

Try with this, in index.css change:

#quickReplyOptions form textarea
{
    height: 100px;
    margin: 0.25em 0 1em 0;
}



to this:

#quickReplyOptions form textarea
{
    height: 100px;
    width: 635px;
    max-width: 100%;
    min-width: 100%;
    margin: 0.25em 0 1em 0;
}


Also, if your theme isnt built for 2.0 (but it is for RC5) please read this topic with tip to update theme from RC5 to 2.0 version:
http://www.simplemachines.org/community/index.php?topic=437428.0

Regards.

pehon

thanks for your reply!
my quick reply CSS looks like this.

/* Styles for the quick reply area.
---------------------------------------------------- */

#quickreplybox
{
   padding-bottom: 1px;
}
#quickReplyOptions .roundframe
{
   padding: 0 10%;
}
#quickReplyOptions form textarea
{
   height: 100px;
   width: 635px;
   max-width: 100%;
   min-width: 100%;
   margin: 0.25em 0 1em 0;
}


Illori

have them clear their browser cache

Advertisement: