• sydlexia

    (@sydlexia)


    There is a problem with the reply form for comments in my blog. As soon as you start typing, the size of the reply form shifts so that it is bigger than it should be or needs to be. Try it out here: http://www.sydlexia.com/news/?p=77#comments

    I have known about this for awhile, but I was recently motivated to fix it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • techwench

    (@techwench)

    Can’t see it. Have to be logged in to comment.

    But (I’m guessing) it probably only happens in IE, and it’s probably happening because the textarea width is set to 100%.

    Change this line in the stylesheet:

    #commentform textarea {
    width: 100%; <------------------
    }

    Change that to a fixed width…like 400px

    Thread Starter sydlexia

    (@sydlexia)

    Thanks, that worked great.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Resizing the reply form’ is closed to new replies.