2/27/2007

Demasiado Cool para IE

Si consideras que tu sitio es demasiado Cool para IE, ahora puedes aserlo notar

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:

  1. a#tooCool {
  2. position: fixed;
  3. right: 0;
  4. bottom: 0;
  5. display: block;
  6. height: 80px;
  7. width: 80px;
  8. background: url(/path/to/image/too_cool.png) bottom right no-repeat;
  9. text-indent: -999em;
  10. text-decoration: none;
  11. }

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.: