アットウィキロゴ

footer_css

html, body, #contena {
height: 100%;
}

body > #contena {
height: auto;
min-height: 100%;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer{
font-weight:bold;
clear: both;
position: relative;
margin-top: -10px; /* negative value of footer height */
height: 10px

}
最終更新:2009年12月26日 20:04