In front of the browser address icon

Quoted from: http://snowolf.iteye.com/blog/173461

See the address in front of the icon in the address bar opera very interested, in fact, I have played before. Left mark, followed by later.

Html Code Copy the code  Collection Code
  1. <link rel="shortcut icon" href="image/favicon.ico" type="image/x-icon" />  
<link rel="shortcut icon" href="image/favicon.ico" type="image/x-icon" />

or

Html Code Copy the code  Collection Code
  1. <link rel="icon" href="image/favicon.ico" type="image/x-icon" />  
<link rel="icon" href="image/favicon.ico" type="image/x-icon" />


In the opera can be achieved logo icon in the address bar.
Css styles control scroll bar

Css Code Copy the code  Collection Code
  1. BODY {   
  2. SCROLLBAR-FACE-COLOR: #fcfcfc;   
  3.  SCROLLBAR-HIGHLIGHT-COLOR: #6c6c90;   
  4.  SCROLLBAR-SHADOW-COLOR: #fcfcfc;   
  5.  SCROLLBAR-3DLIGHT-COLOR: #fcfcfc;   
  6.  SCROLLBAR-ARROW-COLOR: #240024;   
  7.  SCROLLBAR-TRACK-COLOR: #fcfcfc;   
  8.  SCROLLBAR-DARKSHADOW-COLOR: #48486c;   
  9.  SCROLLBAR-BASE-COLOR: #fcfcfc   
  10. }  

Reproduced in: https: //my.oschina.net/u/1167421/blog/546461

Guess you like

Origin blog.csdn.net/weixin_33898876/article/details/92080776