Jump to content

Changing footer color to background image


Recommended Posts

  • 1 year later...

/* ************************************************************************************************
  struture
************************************************************************************************ */
#page {}
 #header {z-index:10}
 #columns {z-index:1}
  #left_column {}
  #center_column {}
  #right_column {}
  #columns {
 background: #FFF;
 display: block;
 clear: both;
 overflow: hidden;

}
 #footer {background: url(../img/footersplat.png)}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...