Viewing 9 replies - 1 through 9 (of 9 total)
  • Just an idea: try putting ‘form’ in the css:

    #fb form textarea { … }

    or just form textarea { … }

    Thread Starter jordhie

    (@jordhie)

    Nup, neither suggestion worked… thanks for trying to help though.

    can you post the CSS? So I can see it? Because it looks fine to me right now.

    Thread Starter jordhie

    (@jordhie)

    The form itself works fine, but it’s plain. It’s supposed to be all pretty and pink. But here’s the CSS anyway:

    #fb form input{
    background-color:#FFFFFF;
    font-family:verdana,sans-serif;
    font-size:8pt;
    padding:4px;
    border-style:solid;
    border-width:1px;
    border-color:#FFB2DF;
    }

    #fb form textarea{
    background-color:#FFFFFF;
    font-family:verdana,sans-serif;
    font-size:8pt;
    padding:4px;
    border-style:solid;
    border-width:1px;
    border-color:#FFB2DF;
    }

    Okaaaay…. what is it not doing that it is supposed to be doing?

    -tg

    you can make it more pink changing the background color
    background-color:#FFFFFF; from white to #FFB2DF

    And maybe change the border-color:#FFB2DF; to a stronger pink color

    Thread Starter jordhie

    (@jordhie)

    I didn’t make myself clear enough… I meant that the CSS that I wrote to make the form nicer wasn’t working, and all I was seeing was the plain form. The script itself works like a charm. I just hate bare-bones stuff in my layout.

    LOL Darcie, the border pink is strong enough and the CSS is not working at all.

    Thread Starter jordhie

    (@jordhie)

    *the border pink is strong enough and the background is supposed to be white, not pink. The CSS is just not working at all.

    OH OK, I like it….DON”T TOUCH IT!!!! LOL

    hmmm…rounded corners…..lol… don’t listen to me.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Problems with stylesheet’ is closed to new replies.