jquery - fancybox loads ok... then when page finishes loading its thrown off and changes position -
i've tried @ site's code using chromes debug tool see why happening no avail.
basically.
im using fancybox wordpress when user clicks on image expands pretty lightbox.
currently whilst page loading still if click image fancybox loads ok, page finishes loading fancybox positioned right , overlay shows on site content (not whole browser screen) im wondering if there way see causing or if knows fix :( appreciated.
generally speaking, not idea set size
, position
and/or margins
body
, html
tags use wrapper containers instead.
your issue caused because body
has
element.style { min-height: 100%; position: relative; top: 0; }
... css properties.
remove them test , you'll see normal.