Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. background:url("/images/nav.png") no-repeat center center rgba(0, 0, 0, 0);
  2. -webkit-background-size: 17px 17px; //webkit support
  3. -moz-background-size: 17px 17px; //Mozilla support
  4. -o-background-size: 17px 17px; //Opera support
  5. background-size: 17px 17px;
  6.  
  7. background-size: 17px 17px;
  8.  
  9. background:url("/images/nav.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  10. background-size: 17px 17px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement