Jason from 37 Signals has a great post up on the Signal vs. Noise blog on how simple print stylesheets can be and still be effective. Basically using `display: none;` enmasse. People don’t need your header or your footer or your navigation. If they are trying to print your webpage they are trying to print the content, so give it to them.
여기 이론이 있다:
#header, #navigation, #footer, .any, .random, .junk, .on, .your, .page, .that, .shouldnt, .print {
display: none;
}
'css' 카테고리의 다른 글
CSSJuice.com 게스트 포스트 (0) | 2021.09.22 |
---|---|
폭발하는 CSS 메뉴 (0) | 2021.09.22 |
더 나은 레이아웃을 위해 이미지 공간 및 캡션 제공 (0) | 2021.09.22 |
동일한 줄의 왼쪽 정렬 및 오른쪽 정렬 텍스트 (0) | 2021.09.22 |
부유물을 치우는 방법과 이유 (0) | 2021.09.22 |
댓글