I apologize for not providing more info previously, here is a more complete description of the issue with a link.
I installed the Lightbox plug-in on Wordpress 3.3. It didn't work and after searching through the forums on how to trouble-shoot the issue, I have found it resides with jQuery.
I do have jQuery installed, and I visited the page http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/ which was very helpful. It appears that I do have it installed correctly in that I have <?php wp_enqueue_script("jquery"); ?> before the <?php wp_head(); ?> tag, then the location of the scripts. I also do have the footer script tag in the footer as well.
I tested it with the jquery script removed from the header.php file and it seems to work fine.
On this page is one post, the first words are "Click here to open the image" that is the link to test the Lightbox
http://www.christophermelvin.com/2010/02/03/lightbox-image-test/
right now the jQuery is in the header.php file and the plug-in is activated
also- on the sidebar of my page I have a miniature iPad that is using a javascript to scroll the content, that is also rendered unusable when the Lightbox plug-in is activated.
I also tried to validate my site, and when the plug-in is activated, I get three errors pertaining to the plug-in, not sure if it is something I should be concerned with.
Any help you could provide would be helpful, I would like to use jQuery and the plug-in if possible
Thanks
Chris Melvin