Elliott C. Back: Technology FTW!

Too Cool For Firefox

Posted in Graphics, Spread IE by Elliott Back on October 18th, 2005.

Too Cool is definitely anti IE: they provide you with photoshop templates and banners that read, “Too cool for IE,” and want you to link it to a page of theirs offering a list of alternative browsers. Well, a few minutes in photoshop will let you produce “Too cool for Firefox” tags for your page, too:

Too Cool For Firefox

Once you’ve downloaded this image, just add the following html after your body tag:

<a id="tooCool" href="http://spreadIE.com" title="Spread Internet Explorer">Too Cool for Firefox</a>

You’ll also need the CSS:

<style type="text/css" media="screen">
a#tooCool {
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 80px;
width: 80px;
background: url(<?php bloginfo(’url’); ?>/wp-content/toocoolforfirefox.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}
</style>

Every little bit of IE-support helps!

This entry was posted on Tuesday, October 18th, 2005 at 1:04 pm and is tagged with photoshop templates, background url, body tag, internet explorer, bottom right, style type, text decoration, png, lt, few minutes, little bit, firefox. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback.

Viewing 36 Comments