Discussion: Wrong I?
Afficher un message
Vieux 06/03/2008, 17h31   #1
Paolo
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Wrong I?

Hi at all

I have a table that have some normal <td> and others <td> with a class "out"
like <td class="out">

I want to make black background-color and white color when the <td> is <td
class="out"> when I print the table and yellow background-color and black
color on screen

I have a little css file for media="print" that I call with:

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

it contein a single line:



..out {color:white;

background-color:black;}

but it print like on screen and it ignore the media print css file

Please can you me to do some thing?

best regards


  Réponse avec citation
 
Page generated in 0,45936 seconds with 9 queries