Results 1 to 2 of 2

Thread: Preventing accessibilty features from sizing textboxes

  1. #1
    Join Date
    Jul 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Angry Preventing accessibilty features from sizing textboxes

    This problem is starting to drive me nuts, and as of yet a solution has evaded me:
    I have a page with a text box in table cell that is used for searching. If a user increases the text size on their browser using the accessibility features, the textbox also grows. The problem is that eventually it stretches the table cell causing big problems with the page layout, since a textbox won't wrap.

    Does anyone know if there is a way to override the browser's ability to size the textbox, or to use something like a textarea that would wrap within the cell the way text does?

    Any hints would be helpful.

    Thanks!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The problem is that eventually it stretches the table cell causing big problems with the page layout
    Here is the issue, how eventually? Generally, one can expect someone to shoot the size up or down about two times from the default presentational size of his or her browser to get the text large enough or small enough to suit. If there are no serious problems within that range, then it is probably not worth the effort at redesigning. Put another way, even the best designed page can be made to look pretty stupid and illegible at the extremes of increasing or decreasing the text size.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •