Nirvana Bril (Fixed Menu)
Nirvana Bril (Fixed Menu)
<script language="JavaScript" type="text/javascript">
<!--
parent.document.body.style.backgroundImage='url(images/Paginavulling.png)';
parent.document.body.style.backgroundRepeat='repeat-x';
parent.document.body.style.backgroundAttachment='fixed';
elem = parent.document.getElementById('nav_layer');
elem.style.backgroundImage='url(images/Paginavulling.png)';
elem.style.backgroundRepeat='repeat-x';
elem.style.position='fixed';
elem.style.zIndex='100';
elem = parent.document.getElementById('body_layer');
elem.style.marginTop='130px';
// -->
</script>
Nirvana
Objects are copied from Pages.
A JavaScript fixes the navigationbar to the top of the page.