why is the textbox cursor always left of the data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dawoof
    New Member
    • Oct 2012
    • 1

    why is the textbox cursor always left of the data

    Hi
    I have a problem with the textbox cursor
    I have a table (in a form) with two columns. one column has the lable (such as first name) the second column has texboxes for input.. in I.E. (only).. the cursor for the textboxes is to the left of the textbox. when you type, the data goes into the textbox, but the cursor is always left of where the data is..
    How can this be corrected (it is fine in firefox etc)..

    thanks
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    i created a simple sample of this:
    Code:
    <html>
    <head></head>
    <body>
    <form>
    <table>
    <tr>
    <td>name1</td>
    <td><input name="name1" value="name1" /></td>
    </tr>
    <tr>
    <td>name2</td>
    <td><input name="name2" value="name2" /></td>
    </tr>
    </table>
    </form>
    </body>
    </html>
    But i cannot see what you mean,
    I dont see any differences between IE9 and FF16.0.1

    Comment

    • Exequiel
      Contributor
      • Jul 2012
      • 288

      #3
      I cant see checkbox to your codes. . .

      Comment

      • Luuk
        Recognized Expert Top Contributor
        • Mar 2012
        • 1043

        #4
        @Exequiel: "checkbox" ????
        I dont see dawoof mentioning "checkbox" in his post

        Comment

        Working...