I’m not entirely sure what code would be the best to show, but the issue that I am having does not occur in firefox/palemoon, but it does in every other major browser.
The problem can be viewed here: http://cyberbytesdesign.com/WIP2/gallery.php. On initial page load, upon clicking one of the photos, the top right exit button is chopped off, and the shadow around the image doesn’t show along with any text added to the image.
The strange thing though, is that upon changing the image, it fixes the problem, it’s only an issue with the first image clicked. I have no idea why it’s doing this and I’m completely stumped.
Again, I have absolutely no idea what code I would post as I have no idea what might be encountering this error. I’m hoping more-so that someone might have had this issue before and they know what’s going on. If you think you know any specific coding that might be the issue, I’ll throw it up here to help, but I haven’t an idea.
Thanks so much,
Sorry for the difficult question /:
Your fancybox has an inline style of
overflow: hidden. Set it tooverflow: visibleor just remove the overflow completely.