Fixed Footer?

I'm looking to have a fixed footer at the bottom of each of my pages. I tried manually inserting a footer on each page but realized it may not look correct with different resolutions.

You can visit my published page at www.ucalgary.ca/~palliser. The fonts are also all screwed up, I'm working on resolving it.

Mac OS X (10.5.8)

Posted on May 4, 2010 8:28 AM

Reply
7 replies

May 4, 2010 10:08 AM in response to theuncouth

Solution. Paste this in a HTML Snippet :

<script language="JavaScript" type="text/javascript">
<!--
elem = parent.document.getElementById('footer_layer');
elem.style.position = 'fixed';
elem.style.bottom = '0px';
elem.style.zIndex = '100';
elem = parent.document.getElementById('body_layer');
elem.style.marginBottom = '100px';
// -->
</script>


You need a footer on the iWeb page. The area where the made on a mac button usually goes.

Edit : Added the margin for the body-layer. Otherwise the bottom part of the content will not be visible. Change the margin number to suit your needs.

Message was edited by: Wyodor

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Fixed Footer?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.