Internet Explorer - Admin Bar Format Problem

Permalink
When I'm signed into my site I get a list of buttons that apear at the top of each page; Edit Page, Dashboard, Help and Signout. The problem is that the buttons appear stacked instead of on one row when viewing the site in Internet Explorer. When viewed with Firefox the bar appears normally (in one row).

This is not really a problem for me since I prefer firefox anyway, but some of my customers prefer to use IE.

Any ideas on how to correct the view in IE?

 
frz replied on at Permalink Reply
frz
concrete5 should work fine on IE7 and IE8

it will never work on IE6

http://www.concrete5.org/help/faq/when_will_ie6_be_supported_in_the...
PunkRokAdrenalin replied on at Permalink Reply
I just had this same problem.
I know this is out dated but maybe it can help someone else.

I installed a new C5 to see if it was the browser but it wasn't it's my theme. Now I have to find out what tag or code it is...
mdzoidberg replied on at Permalink Reply
mdzoidberg
I always wrap the template markup with a DIV with an ID inside the body tag, then I add the #ID to each css rule so that only the theme's elements are affected rather than concrete5's css styles.

Before I was having similar issues.

Cheers.
zest replied on at Permalink Reply
zest
FIX FOR THIS ISSUE:

Guys, ive been trying to fix this on and off for a while, but realised it was only affecting some of my themes and not others.. If you make sure the first three lines are at the top of your theme file look like this:

<? defined('C5_EXECUTE') or die(_("Access Denied.")); ?>
<!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">

The stacked and centered toolbar issue in IE goes away :)

Hope this helps a few of you out there!

Mark.