
Untitled
By: a guest on
Apr 16th, 2012 | syntax:
None | size: 0.47 KB | hits: 13 | expires: Never
Background image doesn't appear on a specific page
<div id="content">
...
<div style="clear:both"></div>
<!-- CONTENT END -->
</div>
<div id="content" class="clearfix">
...
<!-- CONTENT END -->
</div>
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}