Fixed Footer?
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)
Mac OS X (10.5.8)
<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>
will not work with IE
Fixed Footer?