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.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | IE-Compatability-1902312-4.patch | 518 bytes | mheinke |
| #2 | Screenshot from 2013-01-29 11:09:07.png | 189.53 KB | mheinke |
Comments
Comment #1
mheinke commentedComment #2
mheinke commentedComment #3
mheinke commentedi think i fixed it. but its a hack...
in the html.tpl.php i added:
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?
Comment #4
mheinke commentedPatch for IE non-compatability
Comment #5
mheinke commentedComment #6
mheinke commentedi would like someone else to take a look at this one....
Comment #7
mheinke commentedrolling this into the 1.x-dev release.