Skip to content

Instantly share code, notes, and snippets.

@casspangell
Created January 11, 2011 22:22
Show Gist options
  • Save casspangell/775279 to your computer and use it in GitHub Desktop.
Save casspangell/775279 to your computer and use it in GitHub Desktop.
#footer_left{
float:left;
background: url("images/footer_left.png");
height: 58px;
width: 23px;
}
#footer_mid{
float:left;
text-align:center;
margin:0px auto;
background-repeat:repeat-y;
background-repeat:repeat-x;
background: url("images/footer_mid.png");
height: 58px;
}
#footer_right{
float:right;
background: url("images/footer_right.png");
height: 58px;
width: 23px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment