Click here to Skip to main content
Sign Up to vote bad
good
See more: ASP.NET
i have a multiline textbox
and it have scroll
 
<asp:TextBox ID="txtMessage"   runat="server" TextMode="MultiLine"  CssClass="DtxtMessage"ClientIDMode="Static" Wrap="true"></asp:TextBox>
 
in i.e 7,8 and FF 6 scroll in the left of textbox
but in FF 3 scroll in the right
 
how can i set scroll in the right in FF3
 
.DtxtMessage
   {
      -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border: 1px solid   #ffffff;
             direction:rtl;
          font-family:Tahoma;
          background-color:Transparent;
         color:White;
        margin-right: 0px;
       }
Posted 2 Sep '11 - 6:11


This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Sergey Alexandrovich Kryukov 475
1 OriginalGriff 283
2 Dave Kreskowiak 160
3 Mayur_Panchal 148
4 Mohammed Hameed 145
0 Sergey Alexandrovich Kryukov 8,123
1 OriginalGriff 6,173
2 CPallini 3,482
3 Rohan Leuva 2,703
4 Maciej Los 2,234


Advertise | Privacy | Mobile
Web02 | 2.6.130516.1 | Last Updated 2 Sep 2011
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid