It works but not perfectly. Here’s the problem. I have 2 gallery windows (can possibly be more). As you can see I have 2 galleries near the bottom (see private link). The problem is when you activate the script by clicking on one of the gallery images in the bottom 2 galleries – it fails to open again.
It also closes all of the ajax windows when you have every gallery window open (PROJECT GALLERY & LOGO WALL). I want the window that is closes to the cursor to close if you are near one of the ajax boxes.
I figured out what was wrong. You need to add a tabindex=”-1″ to the element. Like so:
<div class=’main_color container_wrap_first container_wrap fullsize’ tabindex=’-1′>
My only question now is how do I manipulate your code to place the “tabindex=’-1′ on your source code”? I was able to test out my findings just by simply viewing and saving the source code.
Try this
Yes give me 30 mins.
Did you try the code you gave me and apply it to the 3 COLUMN AJAX PORTFOLIO page? Because now the AJAX page doesn’t load. I tried it on you DEMO and not the page I sent you earlier.
yes.