IE 8 – a little better, not perfect. You really should use some other browser …

Well, I managed to make my blog look a little better in IE8. Not too good, but a little better.

Here is how it looks now, on Internet Explorer 8:
(well – here I put the “read more”” you’ll have to read more… ;-). There is a screenshot! ).

It is the same if you are using IE 9 in “compatibility mode” (emulation of IE 8).

In IE9 – it is much better, and pretty much the same as in all other better “Normal” browsers, like Chrome or Firefox.

What is the change?
Well… see below:

It was putting the following “ender.js” on my “./source/_includes/head.html”:

1
<script src="http://www.meorero.org.il/javascripts/ender.js"></script>

See – more details:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>

<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->

<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->

<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->

<head>
...


  <script src="http://www.meorero.org.il/javascripts/modernizr-2.0.js"></script>


  <script src="http://www.meorero.org.il/javascripts/ender.js"></script>


  <script src="http://www.meorero.org.il/javascripts/octopress.js" type="text/javascript"></script>
  

Source: meorero_octopress