Displaying Scrollbar for texarea in safari

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nithu25
    New Member
    • Nov 2007
    • 15

    Displaying Scrollbar for texarea in safari

    Hi,


    I am displaying a textarea in my application. But in Safari browser, the scroll bar is not appearing. I want to display the scrollbar.Can anyone suggest me the solution?



    Thanks in Advance.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Have you got content which exceeds the viewable area?

    Show your code.

    Comment

    • Nithu25
      New Member
      • Nov 2007
      • 15

      #3
      The code contains a simple text area. The user can enter the values in that . So when the user enters lengthy content, thescroll bar is visible in IE, but not in Safari browser in Mac OS.

      Code:
      <tr>
       <td><textarea name="Comments" rows="4" id="Comments" style="width:300"></textarea></td>
      </tr>

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Which version of Safari is it?

        I don't have a Mac to test on, but on Safari in Windows, there is an option to resize the textarea. You may need to increase the number of rows for the scrollbar to appear.

        Comment

        Working...