Hello, I must be up front and say that I know very little about JS. I only know enough to basically implement it and follow instructions and sometimes diagnose problems, but this time not being one of them.
This is an issue of a jquery toggler not working in IE6 vs FF.I have a few other jquery scripts on the site as well, one for smooth scroll and one for lightbox. On my site www.robertngordon.com/web if you scroll down to the description of the projects (under the large picture) you will see a 'read more...' link in FF which exposes a hidden block of text after clicking, but you won't see it in IE6. That is the problem. I have discovered that it is a conflict between the lightbox js file that I have and one of the 3 other jquery related javascript files that I am using, and I have no idea how to really diagnose it. One might say why not just use another lightbox file, well there has been alot of chopping of this lightbox file to work with flickr, but that isn't the problem, I tested it and checked, even adding the original back and still had the same problem (pre messing with the code). Any help to resolve this would be appreciated, thanks.