Cascading Style Sheets Tutorial

CSS automatically print version of website

  CSS automatically print version of website 

  Many websites have a view on the print version, but in fact this is not necessary, because the CSS can be used to set the print style. 

  In other words, can be designated for two pages CSS documents, one for display and one for print: 

  <link Type="text/css" rel="stylesheet" href="stylesheet.css" media="screen" /> 
  <link Type="text/css" rel="stylesheet" href="printstyle.css" media="print" /> 

  Is the first line, the second line is printing, media attention to the attributes. 

  But it should be in print CSS wrote what?    You can design according to the CSS general method to set it.    At the same time the design can be set to show the CSS CSS to examine its effect.    Perhaps you will use display: none of this command to turn off some decorative picture, then turn off some navigation button. 

  Visit the construction site of classic Guide>> 


Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • DotNetKicks
  • DZone

Tags: css layout Record website, css website, w3c website w3c statement w3c css

Releated Posts

  • Translation: website design reasonable framework css
  • Resource sharing: Learning CSS related resources website
  • Site Reconstruction: use CSS to improve website accessibility
  • Web Design: Use CSS stands to accelerate your website
  • Let css website effects of translucent picture of web pages

This entry was posted on Monday, February 4th, 2008 at 12:00 am and is filed under Xhtml and Web Design. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

« Using XHTML and CSS design reusability can rejuvenate website
Div + CSS highly adaptive solutions »

Leave a Reply

  • Categories

    • CSS Properties (491)
    • CSS Tutorial (1154)
    • CSS Tutorial By Examples (1201)
    • Css+Div Web Design (3274)
    • Xhtml and Web Design (1797)
  • Archives

    • February 2008
    • January 2008
    • December 2007
    • November 2007
    • October 2007
    • September 2007
    • August 2007
    • July 2007
    • June 2007
    • May 2007
    • April 2007
    • March 2007
    • February 2007
    • January 2007
  • Pages

    • About us

Cascading Style Sheets Tutorial