button design

Discussion in 'HTML & Website Design' started by lovelylovely, Oct 2, 2005.

  1. #1
    what is the style code for give button some coloring
    some time u forget easy things

    i haven't used it for ages now i need the code and brain not recovering it

    lol
     
    If someone posts a solution, use the "Best Answer" link in their post to pick it as the best answer.
    lovelylovely, Oct 2, 2005 IP
  2. Agent47

    Agent47 Well-Known Member

    Messages:
    775
    Likes Received:
    138
    Best Answers:
    0
    Trophy Points:
    135
    #2
    Try this:
    .button {
    	background-color: #DBD7BD;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 10px;
    	font-weight: bold;
    	color: #5C5A4F;
    	border-top: 1px solid #EAE8D9;
    	border-right: 1px solid #A29B77;
    	border-bottom: 1px solid #A29B77;
    	border-left: 1px solid #EAE8D9;
    	height: 22px;
    	
    }
    Code (css):
     
    Agent47, Oct 2, 2005 Set Best Answer IP
    Colleen likes this.
  3. lovelylovely

    lovelylovely Guest

    Best Answers:
    0
    #3
    ah thanks a lot
    now my brain recalls it

    thanks once more