Hey guys,
I’m very new to web design and have been having an issue with an xml image gallery I created. I’m using Dreamweaver CS3 and created a spry table using name categories from an xml file. I have detail regions set up so when you click the name in the spry table, the thumbnail pictures in the detail region change to their corresponding images. I have further added javascript behaviors to swap out a main image with the thumbnails on click.
The problem is that each xml category has a different amount of thumbnail pictures. In the firefox browser it looks fine, however in internet explorer and safari browsers the extra image sources (that have no actual data source) appear as broken images.
Is there a way to code so that only the thumbnails with actual data sources show up in the detail region, or at least to make it so they don’t appear as broken images?
Thanks