ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Replacing images when printing

  • 1 การตอบกลับ
  • 2 คนมีปัญหานี้
  • 3 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย jscher2000 - Support Volunteer

more options

@media print {

   #logo:after {
       content: url(print-logo.png);
   }

}

this code does not work. The image is not displayed in print preview.

@media print { #logo:after { content: url(print-logo.png); } } this code does not work. The image is not displayed in print preview.

การตอบกลับทั้งหมด (1)

more options

Does

  #logo:after {
      content: url(print-logo.png);
  }

work without the media directive in both screen and print views?