Return to Snippet

Revision: 48550
at July 5, 2011 07:05 by lister


Initial Code
h1 {
   text-indent:-9999px;
   margin:0 auto;
   width:400px;
   height:100px;
   background:transparent url("images/logo.jpg") no-repeat scroll;
}

Initial URL


Initial Description
Hiding text can be extremely useful to hide company logo. As logos are usually an image, you will want to use text indent to place it in a h1 tag for SEO (Search Engine Optimization). The technique we use is to hide the text far away off the screen, and apply a background image instead.

Initial Title
Hide text (to place logo) with text indent

Initial Tags


Initial Language
CSS