Hi
I'm using a Dynamic Drive javascript menu created by Ger Versluis.
"Ger Versluis 2000 version 5.411 - 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)"
I'm wanting to set the javascript menu to not display within my print stylesheet.
I've tried adding a div id="nav" around the javascript within my header and setting it to 'display: none' in my print stylesheet, i.e.
<div id="nav">
<!-- HV menu to configure look at exemplmenu -->
<script type='text/javascript'>
//HV Menu v5.411- by Ger Versluis (http://www.burmees.nl/)
function Go(){return}
</script>
<script type="text/javascript" src="HSW_exmplmenu_var.js" class="nav"></script>
<script type="text/javascript" src="HSW_menu_com.js" class="nav"></script>
<noscript></noscript>
<!-- end HV -->
</div>
I've also tried adding class="nav" within each link above and setting that to display: none.
Neither of these methods are removing the navigation menu when printing.
Can anyone give me any ideas on how to remove the navigation? Here's the test link.
http://www.virtuallee.co.uk/HSW/index.php
Thanks. Much appreciated!
Lee



Reply With Quote



Bookmarks