M
middletree
I'm doing an ASP-built Intranet app, and am having trouble with a bit
of
code on the menu I am using. I got it from some free site, but I tried
emailing the person whose email address is in the code, but that email
addy
doesn't work anymore.
Since it's Intranet, I put an HTML version on the web for you to look
at.
The links won't work, of course. Address is
http://www.middletree.net/T16155.htm
What I want to do is make a print.css so that when it is printed, the
menu
will be invisible. If you look at my code, you'll see that there is a
main
css file, and a print one, called print.css. I need to put something in
there which tells the divs which contain the menu to be hidden.
However, I
have not been able to figure out what those divs are called. I have
pored
through your JavaScript code, but just cannot figure this out.
Please note that I cannot simply say div {display:none;}, as there are
divs
in the bottom part for that hide-show stuff, and they need to remain
unaffected by this.
of
code on the menu I am using. I got it from some free site, but I tried
emailing the person whose email address is in the code, but that email
addy
doesn't work anymore.
Since it's Intranet, I put an HTML version on the web for you to look
at.
The links won't work, of course. Address is
http://www.middletree.net/T16155.htm
What I want to do is make a print.css so that when it is printed, the
menu
will be invisible. If you look at my code, you'll see that there is a
main
css file, and a print one, called print.css. I need to put something in
there which tells the divs which contain the menu to be hidden.
However, I
have not been able to figure out what those divs are called. I have
pored
through your JavaScript code, but just cannot figure this out.
Please note that I cannot simply say div {display:none;}, as there are
divs
in the bottom part for that hide-show stuff, and they need to remain
unaffected by this.