I can not for a lifetime to understand me, how can I move the Fancybox 2 to use left: 47px;
and top: 147px
I am reading the source code and not hacking it; I see no way to redefine positioning.
Setting autoCenter
to false only stops auto-centering after the first time.
Using jQuery to change CSS or providing a custom wrapper for applying CSS also does not work, since Fancybox always adds inline CSS that overwrites all my attempts.
Is there any way to tell Fancybox to stop positioning and use my absolute positioning?
source share