jspodisus Posted February 1, 2010 Share Posted February 1, 2010 Hi All, We are having some trouble with a website we are trying to make printable. We have created a print CSS file, and it works just fine, but it is not letting us exclude the navigation menu and we must be doing something wrong. Here is our code: body { color : #000000; background : #ffffff; font-family : "Times New Roman", Times, serif; font-size : 12pt; } a { text-decoration : underline; color : #0000ff; } #navigation, #advertising, #other { display : none; } The left navigation is still showing up on the printed version of the page. I suspect that it's because the leftnav is virtually included and isn't set up in the CSS as #navigation. Is there a way to make any of the leftnav files that are being included as separate files not appear on the print version? I would so appreciate any sage counsel on this! Quote Link to comment Share on other sites More sharing options...
haku Posted February 2, 2010 Share Posted February 2, 2010 You are going to have to show us some more code if you want a specific answer. Quote Link to comment Share on other sites More sharing options...
jspodisus Posted February 4, 2010 Author Share Posted February 4, 2010 i have shown complete code. what is missing? Quote Link to comment Share on other sites More sharing options...
haku Posted February 4, 2010 Share Posted February 4, 2010 You showed us the icing. Where's the cake. Quote Link to comment Share on other sites More sharing options...
jspodisus Posted February 5, 2010 Author Share Posted February 5, 2010 You showed us the icing. Where's the cake. is icing would not work for you? actually i don't get what you wana see.? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.