Hi all,

Just wondering about best practice, accessibility and practical implementation of a PRINT STYLESHEET.

I have been asked to place a /different header image/ in my HTML templates specifically for print (only shows when printed and replaces usual header).

I would like to know if this is deemed ACCEPTABLE USE OF CSS....AND if a hard-coded image has to be DOWNLOADED ON PAGE LOAD OR PAGE PRINT??

eg.
<div id="print-header" style="display:none;">
   <img src="img/elements/print-header.jpg" alt="blah blah" width="600" height="254" />
</div>
<div id="header">
   <img src="img/elements/normal-header.jpg" alt="blah blah" width="800" height="300" />
</div>

  <!-- PRINT STYLESHEET -->
.print-header {display:block!important}


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to