• Resolved DavidWinters

    (@davidwinters)


    I have a problem with my blog’s comments form. In IE, Firefox and Safari (but not in Chrome) a small piece of white space appears after the ‘submit comment’ button on my comments form. It’s as if part of the comments textarea has overflowed or something. I have tried changing all of the relevant parameters in my stylesheet, to no effect. What am I missing?

    See here for a typical post from my blog.

    Any suggestions would be much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter DavidWinters

    (@davidwinters)

    Anyone? It must be something simple, but I can’t seem to fix it.

    jbiggs

    (@jbiggs)

    It’s got something to do with that hidden field…investigate that dude.

    jbiggs

    (@jbiggs)

    If you remove the following line from here in your stylesheet:

    #commentform textarea {style.css (line 416)
    background:#FEFFF1 none repeat scroll 0 0;
    color:#000000;
    display:inline; <—REMOVE THIS LINE

    The problem goes away, might break other stuff though.

    It’s a starting point at least.

    Thread Starter DavidWinters

    (@davidwinters)

    hey thanks! that’s sorted it. doesn’t seem to have broken anything else…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comments Form Problem’ is closed to new replies.