Link background image


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #header a {
  2. background: #fff url(images/header.png) no-repeat;
  3. display: block;
  4. height: 101px;
  5. width: 800px;
  6. }
  7. #header a span {
  8. visibility: hidden;
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.