• In IE my comment box spills over into the sidebar on the right as you type, so the commenter can’t see what they are typing as they get “under” the sidebar. It works fine in Firefox…it’s been going on for a while, but I couldn’t recreate it until I tried IE.

    Any ideas?

    -Bob
    http://iamachristiantoo.org/

Viewing 1 replies (of 1 total)
  • Yup 🙂

    #commentform textarea {
    width: 100%; }

    That is in your css, and the 100% is causing the problem.
    Change it to this

    #commentform textarea {
    width: 10em; }

    See what that looks like – it’ll be very narrow – then adjust the 10 upwards until you are happy with how it looks in both browsers.

Viewing 1 replies (of 1 total)

The topic ‘IE comment box problem’ is closed to new replies.