Support Forums

Full Version: Css button for SF
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: test.php]
[Image: a099d732b43e0dfd3849e5c6db3111c9.png]
How does this look?
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;
Image wont work for me. Could you please try to fix it.
(04-25-2012, 06:24 PM)Subscription Wrote: [ -> ]Image wont work for me. Could you please try to fix it.

The link for that "image" is "http://localhost/test.php" which is.. Nono
Not going to work.
Unless you have XAMPP installed, running Apache and you made a file in your localhost named test.php and has an image in it.