Slimbox2 Gallery and Loading Problem

The Slimbox 2 plugin is here
Slimbox 2, the ultimate lightweight Lightbox clone for jQuery · digitalia.be

I’m using it for jQuery and the loading animation is not showing.

Visit
SpatialVoid for the problem.

It’s working for me in Firefox, although at some viewport sizes the header is getting in the way. You should remove the position: absolute for it and position it by placing it after the navigation in the HTML (if that’s where you want it). Position:absolute is not appropriate to use here, as it will get in the way of other elements. Where do you want the logo?

#header {
  height: 130px;
  [COLOR="Red"]position: absolute;[/COLOR] /*  Kill, boy, kill! */
  top: 45%;
  width: 100%;
}

tried it and still dont see it on ie9/chrome/firefox, must be a resolution issue then?

I can’t see that you’ve changed anything, but that header should not be pos abs. No, not a resolution issue, but a code issue.