Previous Message
Next Message

Hiding HV Menu v5.5

Sent by Yim, Kiyomi on 30 September 2003 01:01


Has anyone using this script be able to find a way to hide it when the user
prints the page?  I guess I need to find a way to embed my .hide class in
the js itself since wrapping the script tag with a <DIV CLASS=hide></DIV>
hasn't worked.

http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm

I tried: 
<DIV CLASS="hide">
<SCRIPT TYPE="text/javascript">
//HV Menu v5.411- by Ger Versluis (http://www.burmees.nl/)
//Submitted to Dynamic Drive (http://www.dynamicdrive.com)
//Visit http://www.dynamicdrive.com for this script and more
function Go(){return}
</SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="exmplmenu_var.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="menu_com.js"></SCRIPT>
</DIV>

with a print css: 

..hide {
display: none;
}

TIA,

-K
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message