Skip to content

Instantly share code, notes, and snippets.

@igniteflow
Created December 10, 2010 10:36
Show Gist options
  • Save igniteflow/736076 to your computer and use it in GitHub Desktop.
Save igniteflow/736076 to your computer and use it in GitHub Desktop.
Facebook fb:tab style without the overhead of the <fb:serverfbml> call
/* css */
div#fb-tab {
border-bottom: 1px solid #898989;
}
div#fb-tab ul {
padding: 4px;
}
div#fb-tab li {
background-color: #6D84B4;
border: 1px solid #36588F;
clear: both;
color: #FFFFFF;
display: inline;
font-size: 10px;
font-weight: bold;
margin-left: 10px;
padding: 2px 10px;
}
/* html */
<div id="fb-tab">
<ul>
<li>File Upload</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment