sample page can be found here
You have the same issue with Internet Explorer 9, and it seems to be specific to your site.
Disable plugins and custom themes until you find the culprit. Please let us know how it goes.
Thats what I feared. nightmare…
I maybe some time.
Well….I started comparing plugins on my virtual machine etc. Then after a brief coversation with a developer and some use of firebug, the issues was solved!
Looking at the css for the for the lightbox the prevlink and nextlink divs (line 57) have been given a width of 49%. When testing with firebug, the nextlink div was being pushed down below the other one.
I changed this value to 40% (just to make sure) and the lightbox is working as expected. I understand that there is now dead space in the middle of the image but that deosn’t really concern me too much.
Still a little odd, but anyway.
I have also tweaked the z-index of some of the div. This is because I have a the sliding panel plugin installed as well.
The lighbox is actually loaded into the footer of the page, is ther a way to get it to be loaded into the header?
thanks
Yes but why would you want that? It’s of no use until the page is rendered anway.
What’s the maximum % you’re able to get to work reliably?
Ah ok then there is no issue there, whether it is in the header or the footer.
The images I am dealing with are pretty big, so the hit area is pretty big also.
I reckon 46-48% would work, but I added a bit extra just to make sure.
Thanks