![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I know I can specify attributes to be used only in print by using @print. Can I do the inverse, like have attributes that are only used when *not* printing? I am thinking of the following: /* provide info about non-html links, following http://www.euronet.nl/~tekelenb/WWW/userfriendlierhyperlinks/ [...] maybe I should only do this when it is shown on screen and wrap it in @screen. |
#3
| |||
| |||
|
|
Hi all, I know I can specify attributes to be used only in print by using @print. *Can I do the inverse, like have attributes that are only used when *not* printing? I am thinking of the following: /* provide info about non-html links, followinghttp://www.euronet.nl/~tekelenb/WWW/userfriendlierhyperlinks/*/ a[type="application/pdf"]:after { * * * * content: "(pdf)"; * * * * font-size: 80%; * * * * vertical-align: super } which makes little sense in printing. OTOH, maybe I should only do this when it is shown on screen and wrap it in @screen. *Comments? Cheers, H. -- Hendrik Marynshttp://tcl.sfs.uni-tuebingen.de/~hendrik/ ================== Ask smart questions, get good answers:http://www.catb.org/~esr/faqs/smart-questions.html |
![]() |
| Thread Tools | |
| Display Modes | |
| |