No edit bar in IE

Permalink
Fine in Chrome, but not in IE. Any ideas? The background "shadow" for the top nav bar shows up, but not the rest.

Here's my HTML head, the

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
<!-- Site Header Content //-->
<style type="text/css" media="screen">@import "/index.php/tools/css/themes/three_sixty/main.css";</style>
<style type="text/css" media="screen">@import "/index.php/tools/css/themes/three_sixty/typography.css";</style>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>About</title>
<meta name="description" content="" />
<meta name="generator" content="concrete5 - 5.4.1.1" />
<script type="text/javascript"> 
var CCM_DISPATCHER_FILENAME = '/index.php';
var CCM_CID = 65;
var CCM_EDIT_MODE = false;


IE box at the bottom says that the problem is coming from ccm.dialog.js, on line 455, which is the second line in this:

if (ccm_dialogSkinMode == 'transparent') {
      i1 = new Image();// preload image
      i1.src = CCM_IMAGE_PATH + "/bg_dialog_br.png";
      i2 = new Image();// preload image
      i2.src = CCM_IMAGE_PATH + "/bg_dialog_b.png";


Saying object doesn't support this property or method

WebSolutions
 
WebSolutions replied on at Permalink Reply
WebSolutions
Anyone?
frz replied on at Permalink Reply
frz
something's gotta be ganked with your theme, or with your concrete5 install. Tens of thousands use concrete with ie7 and ie8 daily.

Try making an empty page and using the plain yogurt theme on it, see if you get the same thing. If so, it's a problem with your core. Try replacing everything in the /concrete directory.
WebSolutions replied on at Permalink Reply
WebSolutions
I'm aware of C5's credentials, not suggesting its a C5 problem by any means.

I've validated with w3, still no go.
Tried switching back to plain yogurt, and all is fine, so core is good.

I've got this issue on two sites. From trying to delete various parts of the page type, I can get the bar to show up again, but I've tried to isolate the problem and it seems it can't be boiled down to any particular php/html section, but seems to be only erroneous with a combination of a bunch.

My hunch is something to do with IDs. Is there a list of ID names to steer clear from?
adamjohnson replied on at Permalink Reply
adamjohnson
You might also try using <link> instead of @import for your stylesheets. See if that helps.
WebSolutions replied on at Permalink Reply
WebSolutions
Unfortunately I tried that to no avail...
Tony replied on at Permalink Reply
Tony
can you provide a link to your site? might be easier to diagnose that way,
WebSolutions replied on at Permalink Reply
WebSolutions
http://ns1.whethamsolutions.com/~autoaide
Tony replied on at Permalink Reply
Tony
guess that doesn't help much unless I can log in too. if you private message me the cms login info I'll try to have a quick look. ...there's no javascript errors or anything being thrown is there?