I`m having problems with a site under construction http://vizfx.ro/teste/ - link TurVR.
I`m using jQuery Colorbox Overlay with Shockwave 3D (Director 11 – default 3D rendering). Google Chrome and even IE
works fine.
Sometimes Firefox repositions the overlay at the top left corner instead of the center with 2 overlay areas (top & center). If I move the cursor the position is corrected.
Details: Firefox 3.6.13, Shockwave 11.5.9.615
I`ve posted a bug report on Mozilla but I`m still searching for a workaround ![]()
https://bugzilla.mozilla.org/show_bug.cgi?id=633125 - confirmed by Mozzila.
I`ve tried two workarounds and unfortunately none worked:
- another html with a small W3D and redirect after 5 seconds – in the same JQuery overlay
- div animation with java script:
<script>
$(window).load(function () {
if ($('#continut').is(":hidden")) {
$('#continut').slideDown("slow");
} else {
$('#continut').hide();
}
});
</script>
North America
Europe, Middle East and Africa
Asia Pacific