Log In · Register

 
How do i get these Buttons on a site?
rail01
post 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?
 
 
Start new topic
Replies
Mikeplyts
post 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.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: