<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Formatting Web Pages to be Printer Friendly using CSS and Javascript</title>
	<atom:link href="http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/feed/" rel="self" type="application/rss+xml" />
	<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/</link>
	<description>Web blog of Jason Fisch; Firefighter, Web Developer, and Everything Else.</description>
	<lastBuildDate>Mon, 21 Jun 2010 17:13:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: photo laser printer</title>
		<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/#comment-32676</link>
		<dc:creator>photo laser printer</dc:creator>
		<pubDate>Mon, 21 Jun 2010 17:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://jfischweb.com/blog/?p=9#comment-32676</guid>
		<description>this is very informative article for me ...thanks for posting</description>
		<content:encoded><![CDATA[<p>this is very informative article for me &#8230;thanks for posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CleverSage</title>
		<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/#comment-7867</link>
		<dc:creator>CleverSage</dc:creator>
		<pubDate>Mon, 04 Feb 2008 05:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://jfischweb.com/blog/?p=9#comment-7867</guid>
		<description>Thanks for the detailed tutorial on creating the CSS for printer-friendly pages.  For WordPress users there&#039;s also several plugin options available if you&#039;re not so much of a programmer.</description>
		<content:encoded><![CDATA[<p>Thanks for the detailed tutorial on creating the CSS for printer-friendly pages.  For WordPress users there&#8217;s also several plugin options available if you&#8217;re not so much of a programmer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bfdexp</title>
		<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/#comment-6496</link>
		<dc:creator>bfdexp</dc:creator>
		<pubDate>Thu, 15 Nov 2007 15:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://jfischweb.com/blog/?p=9#comment-6496</guid>
		<description>hmmm, have not seen this error yet. It is working great in all of my installs. Try setting it up with no modifications....</description>
		<content:encoded><![CDATA[<p>hmmm, have not seen this error yet. It is working great in all of my installs. Try setting it up with no modifications&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/#comment-6494</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 15 Nov 2007 15:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://jfischweb.com/blog/?p=9#comment-6494</guid>
		<description>I get a compilation error with the .js file stating &quot;Too many characters in character literal&quot;   line: 21    Has this been revised at all?    var r = elm.attachEvent(&#039;on&#039;   evType, fn);</description>
		<content:encoded><![CDATA[<p>I get a compilation error with the .js file stating &#8220;Too many characters in character literal&#8221;   line: 21    Has this been revised at all?    var r = elm.attachEvent(&#8216;on&#8217;   evType, fn);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bfdexp</title>
		<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/#comment-6047</link>
		<dc:creator>bfdexp</dc:creator>
		<pubDate>Sat, 06 Oct 2007 01:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://jfischweb.com/blog/?p=9#comment-6047</guid>
		<description>Its a typo, thanks for picking that up! I have corrected the error....</description>
		<content:encoded><![CDATA[<p>Its a typo, thanks for picking that up! I have corrected the error&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/#comment-6042</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Thu, 04 Oct 2007 17:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://jfischweb.com/blog/?p=9#comment-6042</guid>
		<description>thanks.
 I understand the intent but not the method used. The Firefox error console balks at that call.

 I can&#039;t find a reference in CSS to the property display: visible

Here&#039;s the CSS ref I found for the property &#039;display&#039; which makes no reference to a &#039;visible&#039; setting:
http://www.w3.org/TR/REC-CSS2/visuren.html#display-prop&#039;

I&#039;m thinking that maybe there is a typo and that what is meant is the property &#039;visibility&#039;
http://www.w3.org/TR/REC-CSS2/visufx.html#visibility

seems like it should be:
 visibility: visible !important

if  it&#039;s not a typo then I remain confused</description>
		<content:encoded><![CDATA[<p>thanks.<br />
 I understand the intent but not the method used. The Firefox error console balks at that call.</p>
<p> I can&#8217;t find a reference in CSS to the property display: visible</p>
<p>Here&#8217;s the CSS ref I found for the property &#8216;display&#8217; which makes no reference to a &#8216;visible&#8217; setting:<br />
<a href="http://www.w3.org/TR/REC-CSS2/visuren.html#display-prop" rel="nofollow">http://www.w3.org/TR/REC-CSS2/visuren.html#display-prop</a>&#8216;</p>
<p>I&#8217;m thinking that maybe there is a typo and that what is meant is the property &#8216;visibility&#8217;<br />
<a href="http://www.w3.org/TR/REC-CSS2/visufx.html#visibility" rel="nofollow">http://www.w3.org/TR/REC-CSS2/visufx.html#visibility</a></p>
<p>seems like it should be:<br />
 visibility: visible !important</p>
<p>if  it&#8217;s not a typo then I remain confused</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bfdexp</title>
		<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/#comment-6022</link>
		<dc:creator>bfdexp</dc:creator>
		<pubDate>Sat, 29 Sep 2007 12:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://jfischweb.com/blog/?p=9#comment-6022</guid>
		<description>Hi Johny,

    That piece of the code is involved in the switch. The basic principle of this print setup is a switch that enables and disables visibility depending if you want the content to be viewed at print, at screen, or both. The one switch you are referring to is set to hidden on the screen and visible at print. This for instance can be a letterhead in place of the normal page header that is usually based for screen view. This switch will allow for different headers depending on a screen or print view. Hope this helps....</description>
		<content:encoded><![CDATA[<p>Hi Johny,</p>
<p>    That piece of the code is involved in the switch. The basic principle of this print setup is a switch that enables and disables visibility depending if you want the content to be viewed at print, at screen, or both. The one switch you are referring to is set to hidden on the screen and visible at print. This for instance can be a letterhead in place of the normal page header that is usually based for screen view. This switch will allow for different headers depending on a screen or print view. Hope this helps&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/#comment-6021</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Fri, 28 Sep 2007 23:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://jfischweb.com/blog/?p=9#comment-6021</guid>
		<description>I&#039;m wonder in about this line:

 display: visible !important; </description>
		<content:encoded><![CDATA[<p>I&#8217;m wonder in about this line:</p>
<p> display: visible !important;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sarathi</title>
		<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/#comment-1399</link>
		<dc:creator>sarathi</dc:creator>
		<pubDate>Wed, 02 May 2007 02:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://jfischweb.com/blog/?p=9#comment-1399</guid>
		<description>dear 

thanks for your response we have got the point through your answer, the stamp cleared by us in page setup in explorer menu.


thanks for your tips



with best regards

sarathi</description>
		<content:encoded><![CDATA[<p>dear </p>
<p>thanks for your response we have got the point through your answer, the stamp cleared by us in page setup in explorer menu.</p>
<p>thanks for your tips</p>
<p>with best regards</p>
<p>sarathi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bfdexp</title>
		<link>http://jfischweb.com/blog/2007/01/22/setting-up-a-print-and-beyond-the-float-issue-with-firefox-printing/#comment-1398</link>
		<dc:creator>bfdexp</dc:creator>
		<pubDate>Wed, 02 May 2007 01:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://jfischweb.com/blog/?p=9#comment-1398</guid>
		<description>Not sure if I understand your situation, however it sounds like you are describing print detail headers and footers. By default your browser stamps the page, URL, and title in the header and footer during the print. Is this what you are describing? If so I am not sure how you can edit this or if it is possible. All I do know is that these are generated by your web browser, so it may be able to be disabled in the browser.</description>
		<content:encoded><![CDATA[<p>Not sure if I understand your situation, however it sounds like you are describing print detail headers and footers. By default your browser stamps the page, URL, and title in the header and footer during the print. Is this what you are describing? If so I am not sure how you can edit this or if it is possible. All I do know is that these are generated by your web browser, so it may be able to be disabled in the browser.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 3.775 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-04-02 22:24:57 -->

