I must agree with a lot of people out there that Internet Explorer is uncool, boring and insecure.
To echo this general feeling, I have just added a small badge at the bottom-right corner of the Web page that reads “Too Cool for IE”. How I did it? I followed these instructions (Spanish) but to make the long history short, these are the changes I did for WordPress 2.0.4:
- Download
too_cool_corner.png
from here. - Upload
too_cool_corner.png
into/blog/wp-images
. - Log in as Administrator on WordPress and go to Presentation -> Theme Editor and click on the Stylesheet link at the right hand of the page.
- Add the following code at the bottom of the CSS file:
a#noie { position: fixed; right: 0; bottom: 0; display: block; height: 80px; width: 80px; background: url(/blog/wp-images/too_cool_corner.png) bottom right no-repeat; text-indent: -999em; text-decoration: none; }
- Under Presentation -> Theme Editor, click on the Main Index Template link.
- Finally, add the following code just before the closing </body> tag:
<a href="" id="noie"></a>
Cool, isn’t it? Oh, wait! Still using Internet Explorer? Then go and download a real Web browser 🙂
I’m using wordpress 2.0.5 + unsleepable2 theme…
and at this point i dont have any idea here to find the palce to enter that 6 step…
😦
this is my main Index template: