Help! Again, please.
With the code below I'm trying to make a graphic that appears on print but not on screen... Is there anyway to do this?
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
With the code below I'm trying to make a graphic that appears on print but not on screen... Is there anyway to do this?
Code:
<style type="text/css" media="screen">
<!--
.ibg {background: none}
-->
</style>
<style type="text/css" media="print">
<!--
.ibg {background: url(...image...) no-repeat center right}
-->
</style>
ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.