#1 2006-11-19 12:57:11Print Style
I have had this work before, now I can't figure out why it's not. Any help would be appreciated. The Copyright notice is not supposed to appear on screen but it is supposed to print. I have it half working. It's not appearing on the screen, but it is also not printing either. On the printed version, it is supposed to appear where the links are on the screen with the links not appearing on the printed version (which this is working correctly).
http://www.coxandcompany.biz/TT/TT01.html
HTML:
Code: html
<div id="onscreen" name="onscreen">
<div id="printed" name="printed">
<p class="c1">Copyright © 2005 KM Cox & Company Inc.</p>
</div>
</div>
Screen Style:
Code: css
#onscreen
{
display: none;
}
Print Style:
Code: css
#printed
{
visibility: visible;
}
| Never |
Active Discussions
Review Requests & Intros


