Add the CSS
If you are using the corner badges, Insert the following code in your CSS file, but don't forget to change the path to your background image:
a#tooCool {
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 80px;
width: 80px;
background: url(/path/to/image/too_cool.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}
Add the HTML
Add the following to the beginning of your HTML just below the tag:
// 1.-Too Cool for Internet Explorer //
Please always link your image to http://www.w3junkies.com/toocool/ so everyone may find the information associated with the image.
Now check your page in your favorite (non-IE) browser and you will see the badge in the bottom right corner!
No hay comentarios.:
Publicar un comentario