Posted by Ed Jay on 11/05/05 21:55
"Jukka K. Korpela" <jkorpela@cs.tut.fi> wrote:
>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; } }
Makes it simple. Thanks again.
--
Ed Jay (remove M to respond by email)
[Back to original message]
|