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.

http://bit.ly/17k4ef1

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.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -