HighDots Forums  

js e stampa

Javascript (Italian) Il linguaggio JavaScript (it.comp.lang.javascript)


Discuss js e stampa in the Javascript (Italian) forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
stefanomnn@gmail.com
 
Posts: n/a

Default Re: js e stampa - 07-28-2006 , 04:47 AM






ciao puoi usare i css:

in un normale css scrivi:


@media print {
// lista di stili che veranno applicati esclusivamente in fase di
stampa

}


quindi se hai bottoni hai associato la classe "bottone", scriverai:

@media print {
.bottone { display: none; }
}

spero di averti aiutato!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.