Hmm no JavaScript errors in FF, so this shouldn't be a scripting conflict issue. Just to test out whether the content is, what happens if you replace the content that's being toggled to something more arbitrary, like just a paragraph and some text for example? I'm referring to this part of the markup:
Code:
<div id="bathrooms" style="display:none;">
<div class="gallery" >
<div class="imgleft"><a href="images/itbathroom1.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_itbathroom1.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgcenter"><a href="images/itbathroom2.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_itbathroom2.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgcenter2"><a href="images/itbathroom3.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_itbathroom3.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgright"><a href="images/blackandwhite1.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_blackandwhite1.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgleft"><a href="images/blackandwhite2.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_blackandwhite2.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgcenter"><a href="images/mosaic1.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_mosaic1.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgcenter2"><a href="images/mosaic2.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_mosaic2.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgright"><a href="images/mosaic3.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_mosaic3.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgleft"><a href="images/tanbathroom1.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_tanbathroom1.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgcenter"><a href="images/tanbathroom2.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_tanbathroom2.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgcenter2"><a href="images/tanbathroom3.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_tanbathroom3.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgright"><a href="images/sink.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_sink.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgleft"><a href="images/bwbathroom1.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_bwbathroom1.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgcenter"><a href="images/bwbathroom2.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_bwbathroom2.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgcenter2"><a href="images/bwbathroom3.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_bwbathroom3.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
<div class="imgright"><a href="images/bwbathroom4.jpg" rel="lightbox[gallery]" title=""><img src="images/thumbs/sm_bwbathroom4.jpg" alt="Click to Enlarge" width="100" height="100" /></a></div>
</div>
</div>
Bookmarks