not sure what is going on here, looking at the CSS everything is right

.flex-control-nav {
  position:absolute;
  display:inline-block;
  right:4%;
  bottom:7.3%;
  text-align:center;
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 15px;
}

.flex-control-nav li:first-child {
  margin:0;
}

.flex-control-nav li a {
  display:block;
  width:24px;
  height:24px;
  box-shadow:0 0 3px #999;
  cursor:pointer;
  background:#e9e9e9;
  color:#333;
  font-weight:bold;
  line-height:24px;
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background:#fff;
}

but in IE 9 the controls are shown in a straight vertical line.

Comments

mheinke’s picture

StatusFileSize
new189.53 KB
mheinke’s picture

StatusFileSize
new189.53 KB

SC

mheinke’s picture

i think i fixed it. but its a hack...

in the html.tpl.php i added:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

forces non-compatability mode. Microsoft says that this is not supported...but i dont see another way.

do you guys think i should submit a patch with this meta tag included in the html.tpl.php?

mheinke’s picture

Status: Active » Needs review
StatusFileSize
new518 bytes

Patch for IE non-compatability

mheinke’s picture

Assigned: Unassigned » mheinke
mheinke’s picture

Assigned: mheinke » Unassigned

i would like someone else to take a look at this one....

mheinke’s picture

Status: Needs review » Closed (fixed)

rolling this into the 1.x-dev release.