|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Thu, 6 Mar 2008, Paolo wrote:
> I have a table > > I have a little css file Give the address (URL) of your HTML and CSS documents! -- In memoriam Alan J. Flavell http://groups.google.com/groups/sear...Alan.J.Flavell |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
"Paolo" <Paolop@nospam.com> wrote in message news:0UVzj.29725$FR.141958@twister1.libero.it... > 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 By default browsers do not print background. -- Richard. |
|
![]() |
| Outils de la discussion | |
|
|