Support Forums
Css button for SF - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Support Forum Information (https://www.supportforums.net/forumdisplay.php?fid=1)
+--- Forum: The Welcome Mat (https://www.supportforums.net/forumdisplay.php?fid=3)
+---- Forum: Test Area (https://www.supportforums.net/forumdisplay.php?fid=42)
+---- Thread: Css button for SF (/showthread.php?tid=26058)



Css button for SF - Kewlz - 04-23-2012

[Image: test.php]


RE: localhost test - Kewlz - 04-25-2012

[Image: a099d732b43e0dfd3849e5c6db3111c9.png]
How does this look?


RE: Css button for SF - Mark Topper - 04-25-2012

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;



RE: Css button for SF - Subscription - 04-25-2012

Image wont work for me. Could you please try to fix it.


RE: Css button for SF - Deity - 05-29-2012

(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.