|
mbExtruder seems to work properly in Foxfire and Chrome, but I'm having some problems in IE8. Closing the extruder doesn't hide the entire menu. The voice border is still visible and the settingsBtn is still visible. Regards, Paul |
|
Hi Paul, this issue has been solved, you can download the latest 1.9 release candidate 1 of mb.extruder here: http://github.com/pupunzi/jquery.mb.extruder/downloads Let me know if this works, Bye, Matteo Thanks Matteo. I patched it just about the same time as you posted.
(Aug 16 '10 at 14:32)
Paul 1
Matteo. I tried 1.9, and it fixed the display problem with both the border and the button when the extruder is closed, but now the settingsBtn doesn't show when the extruder is open.
(Aug 16 '10 at 14:46)
Paul 1
|
|
IE doesn't seem to recognize the opacity settings. I modified mbExtruder.css adding the following: .extruder.open .voice{
} .extruder.open .settingsBtn{
} and commenting out the the settings as follows: .extruder .voice{
} .extruder .settingsBtn{
} the problem was due to the javascript animation that brought the panelwidth to 0 and this is not accepted by IE. Anyway it has been solved with 1.8.6 + versions.
(Aug 16 '10 at 14:36)
Matteo Bicocchi ♦♦
|


