Ask questions and get good answers on jQuery

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

asked Aug 16 '10 at 02:29

Paul%201's gravatar image

Paul 1
112

edited Aug 16 '10 at 14:35


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

answered Aug 16 '10 at 14:14

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

edited Aug 16 '10 at 14:30

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{

border-bottom:1px solid #333;

}

.extruder.open .settingsBtn{

background: url("../images/extruder/settingsBtn.png") no-repeat bottom;

}

and commenting out the the settings as follows:

.extruder .voice{

font:18px/18px Arial, Helvetica, sans-serif;
color:white;
padding:5px;
padding-left:10px;
height:27px;
/*border-bottom:1px solid #333; */
background:url("../images/extruder/extruder_blank.png") no-repeat bottom left;
text-shadow:#333 2px 2px 2px;

}

.extruder .settingsBtn{

display:block;
position:absolute;
width:36px;
height:36px;
/*background: url("../images/extruder/settingsBtn.png") no-repeat bottom;*/
cursor:pointer;
right:-3px;
top:-4px;
/*z-index:1000;*/

}

answered Aug 16 '10 at 14:31

Paul%201's gravatar image

Paul 1
112

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 ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×4

Asked: Aug 16 '10 at 02:29

Seen: 475 times

Last updated: Sep 01 '10 at 05:02

jQuery main site - Matteo Bicocchi