laurin1
Newbie
Posts: 1
Registered: 4/15/2008
Location: Dallas, TX
Member Is Offline
|
| posted on 4/16/2008 at 02:04 PM |
|
|
How to Not Print The Menu
I just switched from YUI to Tiagra for my menu and I need to be able to make it not print. I did it before by using this:
@media print {
.noprint{display:none}
}
And adding noprint to the class of the YUI menu structure. I'm not sure how to do that here.
|
|
|
tigra
Administrator
Posts: 1866
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 4/21/2008 at 02:09 PM |
|
|
after you link menu.css you can do the same trick to the style of the outer tag for the root level (for the name see template structure under
css/outer).
|
|
|