Jump to content

css media print not printing background color


robert_gsfame

Recommended Posts

I have this

 

<style type="text/css">

@media screen

  {

.colors{background:#000000;}

}

@media print

  {

  .colors{background:#000000;}

  }

</style>

<body>

<table width="300"><tr><td class="colors">Its Black!</td></tr></table>

</body>

 

When i  print the page out using window.print(), there is no background that i've set which is black color....which part is wrong anyway??

 

Thnx so much for any helps

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.