And there's the same problem in IE 9. I thought it might be the IE conditional stylesheet, but taking that out didn't help. There's probably a better way to deal with this but it might take quite a bit of investigation and/or redesign/coding, or not. I wouldn't know until I got into it.
The page does appear to work well in IE 7 though. You have the meta tag for that (IE 7 emulation), but it comes too late in the head to take effect.
Move this (highlighted):
Code:
. . . nk rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.blogger.com/rsd.g?blogID=3704587057900182541" />
<link rel="openid.server" href="http://www.blogger.com/openid-server.g" />
<link rel="openid.delegate" href="http://www.freebiesandmuchmore.com/" />
<!--[if IE]> <script> (function() { var html5 = ("abbr,article,aside,audio,canvas,datalist,details," + "figure,footer,header,hgroup,mark,menu,meter,nav,output," + "progress,section,time,video").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]-->
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<meta content='width=110 . . .
To here:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'/>
<link href='http://i694.photobucket.com/albums/vv302/csblog711/FandMM.png' rel='image_src'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<script type="text/javascript">(function() { var a=window,c="jstiming",d="tick";var e=function(b){this.t={};this.tick=function(b,o,f){f=void 0!=f?f:(new Date).getTime();this.t[b]=[f,o]};th . . .
That fixed it for me.
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks