|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CSS to hide javascript menu in print style sheet
Just when you think you're finished.......lol
I created a print style sheet for our site that doesn't display banners, icons, etc. and everything works except for not stifling the js menu, it still shows up in printview and prints. I made this page to post here with just the js links and the 'don't print' style above it that works on everything else. Is there a way to 'turn off' this menu thru CSS? thanks as always, Kathy <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> #dontprint { display : none; } </style> </head> <body> <div id="dontprint"> <script type='text/javascript' src='exmplmenu_var.js'></script> <script type='text/javascript' src='menu_com.js'></script> </div> <div id="content"> <h1>North Carolina Curriculum Guide</h1> </div> </body> </html> |
|
#2
|
|||
|
|||
|
I am so sorry
Please forgive me mighty moderator, I thought I was hitting refresh and sent the question 2 more times.
Kathydumbledore |
|
#3
|
|||
|
|||
|
RE: CSS to hide javascript menu in print style sheet
found out i can't control the js menu but I can with a php include menu. thanks, Kathy
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > CSS to hide javascript menu in print style sheet |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|