Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [CSS2] - Drukowanie
kicaj
post
Post #1





Grupa: Zarejestrowani
Postów: 1 640
Pomógł: 28
Dołączył: 13.02.2003
Skąd: Międzyrzecz/Poznań

Ostrzeżenie: (0%)
-----


Spotkal sie ktos z czyms takim? snitch.gif


--------------------
PHP Developer

"Nadmiar wiedzy jest równie szkodliwy jak jej brak" Émile Zola
Go to the top of the page
+Quote Post
dragossani
post
Post #2





Grupa: Przyjaciele php.pl
Postów: 398
Pomógł: 0
Dołączył: --
Skąd: Poznań

Ostrzeżenie: (0%)
-----


Stylami można nieco wpływać na drukowanie, ale jestem raczej zwolennikiem użycia PDF'ów (o ile oczywiście mamy dostęp do php).


--------------------
cease this long, long rest / wake and risk a foul weakness to live / when it all comes down / watch the smoke and bury the past again / sit and think what will come / raise your fears and cast them all away
Go to the top of the page
+Quote Post
kurtz
post
Post #3





Grupa: Przyjaciele php.pl
Postów: 786
Pomógł: 0
Dołączył: 18.03.2002
Skąd: Wroclaw/Warszawa

Ostrzeżenie: (0%)
-----


Cytat
Spotkal sie ktos z czyms takim? :>
alez oczywiscie.. ale tylko w pieknej teorii :)


--------------------
.. make web your home ..
Go to the top of the page
+Quote Post
wassago
post
Post #4





Grupa: Przyjaciele php.pl
Postów: 701
Pomógł: 0
Dołączył: 26.06.2002
Skąd: Londyn

Ostrzeżenie: (0%)
-----


chyba o chodzi wam o to:

Cytat
Hide from Print

Have you ever wished you could hide a portion of HTML from being printed when a visitor prints a web page? Well, believe it or not, it's a simple feat to accomplish, and it will leave observant viewers thoroughly astounded by your greatness.

Hiding objects from print is something we like to do on Spoono on certain pages like this one. We hide undesirable objects like ads and the back button below from printing. (Go to Print Preview to see for yourself). This trick can be accomplished by creating a print-only style that has a hidden visibility and applying it to certain objects. The most efficient way to do this is by linking to an external CSS document like so:

Kod
<link rel="stylesheet" href="/general/hide.css" type="text/css" media="print">


Note that the media attribute is set to the value "print." This tells browsers to only use the classes in this file when printing. If you also have a regular CSS file that loads styles for regular screen display, you can leave the code for that untouched. Now, the following is the code that needs to go into your hide.css file (or whatever you've named it):

Kod
.hide {

display: none;

}


That was certainly simple enough. The last step is to define the hide class for the content that you want to hide. To do this, you can add a class attribute to any of the following tags: <div> <p> <span> <td> plus many others. So here is an example for the code of hidden content:

Kod
<div class="hide">

THIS CONTENT IS HIDDEN

</div>


That's it. Now don't you feel sneaky?


:arrow: www.spoon.com


--------------------
Go to the top of the page
+Quote Post
Alkagar
post
Post #5





Grupa: Zarejestrowani
Postów: 63
Pomógł: 0
Dołączył: 18.12.2005

Ostrzeżenie: (0%)
-----


Hi,
Zadam tutaj to pytanie bo nie chce nowego tematu a ten dotyczy mniej więcej tego co potrzebuje.

Potrzebuje wydrukować w IE Div-a w którym mam ustawione tło (background-color). Normalnie na stronie jest wszystko OK ale jak daje podgląd wydruku a potem drukuje to IE usuwa mi to tło (co dziwne ładnie działa pod operą). Co jeszcze dziwniejsze to to że próbowałem juz tego sposobu z media=print i tak można ustawić wszystko - kolor, rozmiar czcionki ale tła nie :-(. Ma ktoś jakiś pomysł jak to ustawić w css-ie?

Pozdrawiam,
Alk


--------------------
I amar prestar aen
Go to the top of the page
+Quote Post
revyag
post
Post #6





Grupa: Przyjaciele php.pl
Postów: 2 258
Pomógł: 16
Dołączył: 21.09.2004
Skąd: Kielce

Ostrzeżenie: (0%)
-----


Nie da się. To jest kwestia ustawień przeglądarki.
Narzędzia->Opcje internetowe->Zaawansowane->Drukuj->Drukuj kolory i obrazy tła


--------------------
-------------

------
Go to the top of the page
+Quote Post
Alkagar
post
Post #7





Grupa: Zarejestrowani
Postów: 63
Pomógł: 0
Dołączył: 18.12.2005

Ostrzeżenie: (0%)
-----


Ok thx, bede musiał pomyśleć nad innym sposobem rozwiązania tego problemu.


--------------------
I amar prestar aen
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 21.08.2025 - 08:20