How do i get these Buttons on a site? |
How do i get these Buttons on a site? |
Apr 6 2009, 03:45 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 156 Joined: Feb 2008 Member No: 618,573 |
if want a UPLOAD or SUBMIT button for pictures or videos how can i get them? will any host have them in there sitemaker, do any CMS an easy way to put this?
|
|
|
|
![]() |
Apr 6 2009, 01:46 PM
Post
#2
|
|
![]() Mel Blanc was allergic to carrots. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 6,371 Joined: Aug 2008 Member No: 676,291 |
Well, if you're asking how to make a button for a form just use the little snippet below at the end of your form before the </form> tag.
CODE <value="Submit" type="submit" class="button"> If you're asking how to use a image as a button then just define the 'button' class in your css with a background-image: url(""); property that has the url of the image you want to use. Like so: Your CSS: CODE .button {background-color:transparent; background-image: url("http://www.urlofimage.com/urlofimage.png"); width:XXXpx; height:XXXpx;} You can also google on how to use different methods on this. Also, I'm not sure but if you're asking how to make a picture/video upload form than that will require knowledge of PHP and Javascript. |
|
|
|
rail01 How do i get these Buttons on a site? Apr 6 2009, 03:45 AM
jcp You must be extremely new to this. Google some stu... Apr 6 2009, 11:27 AM
jcp I think he means turn an image of a button into a ... Apr 6 2009, 01:49 PM
Mikeplyts ^Or that. w/e.
I think you should've writte... Apr 6 2009, 02:23 PM
Fawaz you can use CODE<input type="image" sr... Apr 6 2009, 02:28 PM
mipadi Uh...guys? Unless I'm completely misinterpreti... Apr 6 2009, 03:36 PM
rail01 QUOTE(mipadi @ Apr 6 2009, 03:36 PM) Uh..... Apr 15 2009, 01:57 AM
jcp o?
Thats kinda what I thought.
But he would need t... Apr 6 2009, 03:43 PM
mipadi QUOTE(jcp @ Apr 6 2009, 04:43 PM) o?
That... Apr 6 2009, 05:00 PM
rail01 does joomla have this? Apr 17 2009, 10:55 PM
sunshine07 Um, you can try this -
http://sf-zone.net/image-ho... May 10 2009, 05:52 AM
bethennyengland CODECODE
<a href="link"><img bo... May 13 2009, 06:35 PM
gausarts Try http://drupal.org or http://wordpress.org
Wor... May 19 2009, 06:39 PM![]() ![]() |