Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problem in using print stylesheet Re: Problem in using print stylesheet

#103264
Senff
Participant

Right before your print styles declaration, there are a bunch of code characters that I’m not sure should be there:

.....
@media screen and (min-width:640px) {
#action-bar h1,.tabs{ float:left; }
.tabs{width:auto;}
.tabs li{min-width:90px;}
}​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​
/* Print Layout */
@media print {
body{background:white;color:#000;margin:0;}
a{color:#09C;}
......

Maybe they’re causing it.