|
Posted by Jukka K. Korpela on 11/05/05 20:55
Ed Jay <edMbj@aes-intl.com> wrote:
> my purpose is to print out a results
> report without showing the menu.
Then the simplest approach is to define a class for the element containing
the menu (<div>, <ul>, whatever), say <div class="navi">, and use a class
selector in CSS:
@media print { .navi { display: none; } }
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html
Navigation:
[Reply to this message]
|