• #commentform textarea {
    width: 100%;
    background-color: #666666;
    background-image: url(images/com.jpg);
    background-position: right;
    background-repeat: no-repeat;
    }

    But it keeps giving me a white text box in both IE and firefox! I don’t understand why?

    *wants cool text boxes*

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Tek

    (@tek)

    ?? Doesn’t my code look correct?

    It does, but you may need to specify each textarea by name. You are putting any new css at the bottom of the css file ?

    Thread Starter Tek

    (@tek)

    Nope… I am modifying someone elses. here is that whole area:

    #commentform #name, #commentform #email, #commentform #url, #commentform textarea {
    background: #666666;
    border: 1px solid #333;
    padding: .2em;
    }

    #commentform textarea {
    width: 100%;
    background-color: #666666;
    background-image: url(images/com.jpg);
    background-position: right;
    background-repeat: no-repeat;
    }

    .commentlist cite {
    font-size: 110%;
    font-weight: bold;
    text-align: left;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    }

    .commentlist cite small {
    font-size: 80%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    }

    #commentlist {
    margin: 20px 10px 0 0;
    }

    Thread Starter Tek

    (@tek)

    =(

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image and color in comment text box’ is closed to new replies.