[Pro] foot wrapper at the window bottom

Your problem is - and I didn’t go into all the details of this - that because you have taken the footer element off the FW page all the style information isn’t published to the page.

So you need to add the styles back in or the footer element will have no width etc.

It is not jquery.tools you should be adding but jquery itself ie

<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>

And this has to be loaded BEFORE the script in my previous post ie

<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>

<script>
    $(document).ready(function(){
        $(window).resize(function(){..................etc,

D


freewaytalk mailing list
email@hidden
Update your subscriptions at: