lime icon

Phosphorus and Lime

A Developer's Broadsheet

This blog has been deprecated. Please visit my new blog at klenwell.com/press.
CSS: Print Page
Some preliminary research on creating a print page button for a web page. Some helpful links:

CSS Design: Going to Print (A List Apart)

Cross-Browser Print Button (Dynamic Drive)

Doesn't look too complicated -- a javascript button with a print-media stylesheet should do it.

Here's the stylesheet tags:

<style type="text/css" media="print">
</style>


keywords: css, js, print