This is strange even for IE
Permalink 1 user found helpful
Ok, so, I have centralized concrete 5.4.0.5 installation and two different sites. On one of the sites IE 7 shows the header-admin bar perfectly and the other one, it screwes up (shows like IE6). Can this be a theme issue or what the hell? I really don't understand it. Even in WHM both sites have the same package and features...
Help, please..
Help, please..
hard to tell without examples
Yeah, if the site's publicly accessible, just point to it, and someone might be able to help. It could be a CSS-related quirk.
-Steve
-Steve
www.kunstistuudio.ee
Is the toolbar itself not showing properly, or is it messing up the rest of your page layout?
It would be best if you could post a screenshot of what the admin bar looks like in IE? (We can't access your admin area obviously).
It would be best if you could post a screenshot of what the admin bar looks like in IE? (We can't access your admin area obviously).
This is how it looks like
That is weird. Perhaps your stylesheet is interfering with built-in concrete5 styles?
See this for more details and a potential solution:
http://www.concrete5.org/help/building_with_concrete5/developers/th...
See this for more details and a potential solution:
http://www.concrete5.org/help/building_with_concrete5/developers/th...
I was missing: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
in my default.php and IE didn't like that.. dunno why
dumb me :D
Thanks!
<html xmlns="http://www.w3.org/1999/xhtml">
in my default.php and IE didn't like that.. dunno why
dumb me :D
Thanks!