vBulletin replay textbox width.

Discussion of general topics about Mozilla Firefox
Post Reply
User avatar
force2k
Posts: 20
Joined: October 15th, 2003, 10:19 pm

vBulletin replay textbox width.

Post by force2k »

What do I need to change in Firebird to make the width of the vBulletin replay textbox the same as IE?

Thanks.
User avatar
James
Moderator
Posts: 28007
Joined: June 18th, 2003, 3:07 pm
Location: Made in Canada

Post by James »

two possible fixes I've come across are:

To fix it, just go into your vB admin control panel and make sure that the values are the same for Mozilla and IE under Styles -> Modify -> Default -> [fonts/colors/etc..]

and

put in your usercontent.css

Code: Select all

textarea[name="message"][rows="20"][cols="40"][wrap="virtual"][tabindex="2"] {
    width                      : 420px !important;
}
Post Reply