Cascading Style Sheets Tutorial

Diy easily with the CSS code to your web page scroll

  In the website of the time, we can sometimes see some rolling of the website is not the default colors, but beautiful red or other colors, in fact, this is code between pages by adding code to achieve, and what specific code? 

  Rolling code of the page and explained as follows: (Please copy at the lowercase to uppercase angle brackets) 

  The following is quoted fragment: 
  <Style Type="text/css"> 
  <! – 
  Body ( 
  Scrollbar-face-color: # C0C0C0; (surface) 
  Scrollbar-highlight-color: # FFFFFF; (-side) 
  Scrollbar-3dlight-color: # C0C0C0; (3D-edge) 
  Scrollbar-darkshadow-color: # 000000; (3D dark side) 
  Scrollbar-Shadow-color: # 808080; (shadow) 
  Scrollbar-arrow-color: # 000000; (arrow) 
  Scrollbar-track-color: # E0E0E0; (Rolling Area) 
  ) 
  –> 
  </ Style> 

  The above code, from the Body of the following, all of the back of # are color code, color-coded hexadecimal 16.    The bracketed language on the left side of the Notes code, the code when joining the website do not enter.    In this way, you can DIY their own web pages of the scroll. 

  Note: new website Taoba (/) on the line 


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 code, css code generator, css color code

Releated Posts

  • Summary: A CSS code reference map
  • CSS pure imitation classic drop-down menu code
  • According to the browser and resolution calling different CSS code
  • CnBlogs.Com control of the use of the CSS code folding functional test
  • Distinguish between different CSS code of its browser

This entry was posted on Tuesday, February 5th, 2008 at 12:00 am and is filed under CSS Tutorial By Examples. 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.

« CSS closed floating elements introduced norms
Common examples of CSS layout »

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