Hi. I tried the link and more or less copied the code but the sticky footer
don't work. especially the push seems not to work. here is my code:
<div id="wrap">
<div class="container">
<div class="page-header">
<h1>page header</h1>
</div>
<div class="row">
<div class="span4"><h3>span4</h3></div>
<div class="span8"><h3>span8</h3></div>
</div>
<div class="row">
<div class="span10"><h2>span10</h2></div>
<div class="span2"><h2>span2</h2></div>
</div>
</div>
<div id="push"></div>
</div>
<div id="footer">
<h3>sticky footer?</h3>
</div>
On Thursday, November 1, 2012 1:31:11 PM UTC+1, villas wrote:
>
> Hi Richard, I presume you already saw this?
>
> http://twitter.github.com/bootstrap/examples/sticky-footer.html
>
--