When using mediaelement.js on http://hanselminutes.com, the volume button is invisible on IE8. It seems that perhaps it's being covered up by the other audio controls being too wide? Oddly, if you click in the area that it should be, it's kind of there, although too far left. The volume icon never shows up.
Asked
Active
Viewed 1,923 times
14

George Stocker
- 57,289
- 29
- 176
- 237

Scott Hanselman
- 17,712
- 6
- 74
- 89
-
+1: Good question, well posed. Frakking refreshing. – Lightness Races in Orbit Oct 11 '11 at 21:58
-
I can't reproduce this on Internet Explorer 8(.0.7600.16385). But worse: The audio won't even play. (Message: Unspecified error.) – Rafael Rivera Oct 11 '11 at 22:26
1 Answers
4
I know nothing about mediaelement.js but if you add the following to the bottom of your hanselminutes.css it appears to fix it:
.mejs-time-rail{
max-width: 370px;
}
.mejs-time-total {
max-width: 348px;
}

brendan
- 29,308
- 20
- 68
- 109