scrollbar showing with <input / >

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arius67
    New Member
    • Mar 2008
    • 2

    scrollbar showing with <input / >

    Hello,

    I don't want a horizontal scrollbar from showing using the following code:

    <input type="file" name="theFile" />

    it works fine in most browsers, but when i use it in IE, a scrollbar shows when the filename i select is longer than the textbox.

    is there anyway to prevent the scrollbar?

    Thanks so much
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    I couldnt replicate the problem.

    Comment

    • arius67
      New Member
      • Mar 2008
      • 2

      #3
      Originally posted by markusn00b
      I couldnt replicate the problem.
      yeah, it's only happening when I have it in my jsp that i'm using. i'm not able to replicate it either when outside of it, but i need to use jsp for application.

      Comment

      Working...