Pink dash line around edit block as opposed to red - ( important?)
PermalinkI'm used to seeing a red dashline around all edit blocks, including sitewide.
(checked it out on a few sites)
hoping this might be the reason why I'm not seeing this block in IE.
thx in advance!
Karen

Only on 7,8,9 - ie10 it looks great. OK for Safari, Firefox and Chrome.
the odd thing is the div is not showing up when I check it with the developer tools for those IE versions: the div is: main_nav and of course the menu block that goes in it.
here it is: http://www.clickactivate-accounts.com/alottasdeli...
any idea about this would be greatly appreciated.
thanks so much,
Regards,
K
Try changing the first line of '/elements/header.php' to be:
<!DOCTYPE HTML>
The original '960-starter' theme has <!DOCTYPE HTML> so I assume you changed it at some point to try to fix things.
Also, you have:
<meta http-equiv="X-UA-Compatible" content="IE=7" /> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <meta http-equiv="X-UA-Compatible" content="IE=9" />
I believe only the last is the one the browser will listen to. This is an all-or-nothing declaration. It doesn't tell the browser to be compatible with all three; just one I'm afraid.
Also(2)... a lot of your images are large .png files. I find that unless the image requires transparency, I just save them as .jpg with 80% compression and the site will load much faster.
There is some HTML issues starting at line 63-ish of elements/header.php:
I believe you are missing "<![endif]-->" to close out the IE6 conditional comment
I think this is going to be the answer. I'll do the fix ( plus the other recommendations -including the images for performance.) I'll repost here if it works. I also found :
http://validator.w3.org/
and it had also pointed out that same line - (plus some other things that may or may not be an issue)
Karen
that :
<![endif]-->
works in all browsers now.
You made my week!
K