How to style a button with CSS and asp.net?

4 Responses to “How to style a button with CSS and asp.net?”

Comments

  1. ininjai says:

    add div tags to each element you want to change.

    Change div class name in html and in css. Check to see if they are the same class name.

  2. Kevin M says:

    Hi Sheena, I think we’ll need to see the code to be able to see the problem.

  3. DeepU says:

    Css for a textbox

    .textbox {
    BORDER-TOP: #cccccc 1px solid;
    BORDER-BOTTOM: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    BORDER-RIGHT: #cccccc 1px solid;
    FONT-FAMILY: Arial;
    FONT-SIZE: 11px;
    COLOR: #4e4e4e;
    PADDING: 0PX;
    MARGIN: 0px;
    TEXT-DECORATION: none;
    }

    make this class to be applied for textbox

    CSS for button reference links given below

  4. ethology says:

    Wish that I could tell u but I would need a little more information in order to help u.

Share Your Thoughts

You must be logged in to post a comment.