| vB3 Enhanced features With vB3 Enhanced features, which uses vB3 controls in PhotoPost, my comment box in IE is adjust to almost nothing. What is the width setting I can add to the CSS file to correct this problem?
.vBulletin_editor (line 13)
border-top-width: 2px;
border-right-width-value: 2px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 2px;
border-left-width-value: 2px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: groove;
border-right-style-value: groove;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: groove;
border-left-style-value: groove;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical; |