Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6054059
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:06:35+00:00 2026-05-23T08:06:35+00:00

I’m creating a Facebook iframe canvas app using PHP. I need to my button

  • 0

I’m creating a Facebook iframe canvas app using PHP.

I need to my button to look like a Facebook button.

How to do this … can any one share the CSS to do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:06:36+00:00Added an answer on May 23, 2026 at 8:06 am

    Here is the STYLESHEET:

    <style>
    .uiButton,.uiButtonSuppressed:active,.uiButtonSuppressed:focus,.uiButtonSuppressed:hover{background:#eee url('images/B4K_BWwP7P5.png') repeat 0 0;border:1px solid #999;border-bottom-color:#888;box-shadow:0 1px 0 rgba(0, 0, 0, .1);-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .1);cursor:pointer;display:-moz-inline-box;display:inline-block;font-size:11px;font-weight:bold;line-height:normal !important;padding:2px 6px;text-align:center;text-decoration:none;vertical-align:top;white-space:nowrap}
    .uiButton + .uiButton{margin-left:4px}
    .uiButton:hover{text-decoration:none}
    .uiButton:active,.uiButtonDepressed{background:#ddd;border-bottom-color:#999;box-shadow:0 1px 0 rgba(0, 0, 0, .05);-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .05)}
    .uiButton .img{margin-top:2px;vertical-align:top}
    .uiButtonLarge .img{margin-top:4px}
    .uiButton .customimg{margin-top:0}
    .uiButton .uiButtonText,.uiButton input{background:none;border:0;color:#333;cursor:pointer;display:-moz-inline-box;display:inline-block;font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;font-size:11px;font-weight:bold;margin:0;outline:none;padding:1px 0 2px;white-space:nowrap}
    .uiButtonSpecial{background-color:#69a74e;background-position:0 -96px;border-color:#3b6e22 #3b6e22 #2c5115}
    .uiButtonSpecial:active{background:#609946;border-bottom-color:#3b6e22}
    .uiButtonSpecial.uiButtonDisabled,.uiButtonSpecial.uiButtonDisabled:active,.uiButtonSpecial.uiButtonDisabled:focus,.uiButtonSpecial.uiButtonDisabled:hover{background:#b4d3a7;border-color:#9db791}
    .uiButtonConfirm{background-color:#5b74a8;background-position:0 -48px;border-color:#29447e #29447e #1a356e}
    .uiButtonConfirm:active{background:#4f6aa3;border-bottom-color:#29447e}
    .uiButtonConfirm.uiButtonDisabled,.uiButtonConfirm.uiButtonDisabled:active,.uiButtonConfirm.uiButtonDisabled:focus,.uiButtonConfirm.uiButtonDisabled:hover{background:#adbad4;border-color:#94a2bf}
    .uiButtonSpecial .uiButtonText,.uiButtonSpecial input,.uiButtonSpecial.uiButtonDisabled .uiButtonText,.uiButtonSpecial.uiButtonDisabled input,.uiButtonConfirm .uiButtonText,.uiButtonConfirm input,.uiButtonConfirm.uiButtonDisabled .uiButtonText,.uiButtonConfirm.uiButtonDisabled input{color:#fff}
    .uiButtonDisabled,.uiButtonDisabled:active,.uiButtonDisabled:focus,.uiButtonDisabled:hover{background:#f2f2f2;border-color:#c8c8c8;box-shadow:none;-webkit-box-shadow:none}
    .uiButtonDisabled .img{opacity:.5}
    .uiButtonDisabled .uiButtonText,.uiButtonDisabled input{color:#b8b8b8}
    .uiButtonDepressed,.uiButtonDepressed .uiButtonText,.uiButtonDepressed input,.uiButtonDisabled,.uiButtonDisabled .uiButtonText,.uiButtonDisabled input{cursor:default}
    .uiButtonLarge,.uiButtonLarge .uiButtonText,.uiButtonLarge input{font-size:13px}
    .uiButtonSuppressed{background:none;border-color:transparent;box-shadow:none;-webkit-box-shadow:none}
    .uiButtonNoText .img{margin-left:-1px;margin-right:-1px}
    
    </style>
    

    THE DOM CODE

    SILVER BUTTON

    <label class="uiButton uiButtonLarge uiButtonText uiButtonDisabled" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <label class="uiButton uiButtonText uiButtonDisabled" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <label class="uiButton uiButtonLarge uiButtonText" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <label class="uiButton uiButtonText" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <br><br>
    

    BLUE BUTTON

    <label class="uiButton uiButtonLarge uiButtonConfirm uiButtonDisabled" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <label class="uiButton uiButtonConfirm uiButtonDisabled" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <label class="uiButton uiButtonLarge uiButtonConfirm" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <label class="uiButton uiButtonConfirm" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <br><br>
    

    GREEN BUTTON

    <label class="uiButton uiButtonLarge uiButtonSpecial uiButtonDisabled" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <label class="uiButton uiButtonSpecial uiButtonDisabled" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <label class="uiButton uiButtonLarge uiButtonSpecial" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <label class="uiButton uiButtonText" for="u217078_2323"><input value="Sign Up" onclick="" type="submit" id="u217078_2323"></label>
    <br><br>
    

    AND THE IMAGE
    Put the image in the images folder,

    enter image description here

    The RESULT

    enter image description here
    And you are done 🙂 this is my script that i use on my pages

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason, after submitting a string like this Jack’s Spindle from a text
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
this is what i have right now Drawing an RSS feed into the php,
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
I have some data like this: 1 2 3 4 5 9 2 6
Does anyone know how can I replace this 2 symbol below from the string
I have thousands of HTML files to process using Groovy/Java and I need to
I am using Paperclip to handle profile photo uploads in my app. They upload

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.