IE6 content hidden in accordion UI1.7
The content contained inside my accordion panels is not visible in
IE6. More accurately, it is visible briefly when the panel is opening
and again when it is closing, but is invisible when the panel is
open. Actually, plain text is visible - like labels for input fields
in a form - but any textfields, textareas and submit buttons are not
visible, and neither are any hyperlinks. Does anyone know about this
and what can be done, if anything, to fix it?
I should say that I'm using jQuery 1.3.1 and jQueryUI 1.7, and I have
the accordions closed on load:
[code]
$(function(){
$("#accordion") .accordion({ header: "h3", active: false,
autoHeight: false, collapsible: true}); // panels collapsed on load
});
[/code]
Of course, this only happens in IE6. FF & Opera Windows are fine, FF,
Opera & Safari MAC are also fine. I don't have IE7 nor IE8 so I can't
say whether or not it works in them.
Any suggestions would be appreciated.