Guys,
I have two DIVs on my page - one contains the screen view and one is the print version. When the user wants to print the page, i want to hide the screen view and print the printView DIV. I have inserted the following in the HEAD section of my page:
<STYLE MEDIA="print" TYPE="text/css">
/* hide the Screen view of the statement */
#screenView {display: none;}
/* display the print version of the statement */
#printView {display: block;}
</STYLE>
However, when I print, it still prints the screenView DIV. Any ideas?? Mise Le Meas,
Mighty
I have two DIVs on my page - one contains the screen view and one is the print version. When the user wants to print the page, i want to hide the screen view and print the printView DIV. I have inserted the following in the HEAD section of my page:
<STYLE MEDIA="print" TYPE="text/css">
/* hide the Screen view of the statement */
#screenView {display: none;}
/* display the print version of the statement */
#printView {display: block;}
</STYLE>
However, when I print, it still prints the screenView DIV. Any ideas?? Mise Le Meas,
Mighty