Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Css button for SF
#3
It should look something this:

Code:
color: #fff; /* Makes the text color white */
background: #666; /* Makes the background color grey */
border: solid 1px #666; /* Make the border color the same color as the background */

/* The below code should add a radius around the cornors of the box */
-moz-border-radius: 15px;
border-radius: 15px;
Reply


Messages In This Thread
Css button for SF - by Kewlz - 04-23-2012, 09:28 AM
RE: localhost test - by Kewlz - 04-25-2012, 12:07 PM
RE: Css button for SF - by Mark Topper - 04-25-2012, 12:50 PM
RE: Css button for SF - by Subscription - 04-25-2012, 06:24 PM
RE: Css button for SF - by Deity - 05-29-2012, 03:34 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)