I have a site I am working on and I have included the script for PrettyPhoto.
If you view the site linked below there is a button within the blue sidebar on the bottom right that reads “Find Out More”. It launches the script and everything seems to work well EXCEPT for the “close” button.
If someone can figure this out I would greatly appreciate it!
It shouldn’t take someone with Firebug too long to correct the page so that the close button will begin to work. Right now it is invisible.
I think I made a mistake when reviewing the prettyPhoto Javascript file that adds the <div class=“pp_details clearfix”> and thought it was its own class, like <div class=“pp_details_clearfix”>. Ugh! I am not cut out for this. Thank you so much as, again, you have saved the day!!!
Hi.
The problem is the clearfix class that you have hooked to the .pp_details div. The clearfix is in your style.css and it has height:0 so that is why the close button is hidden.