In IE, If you click on the highlighted tabs on the screenshot, you will see what was intended:
http://www.tornedgedesign.com/_test/kirupa/
Problem is, in Safari and Firefox, the image doesn’t update when you click the tabs, only the hidden text is revealed. Can anyone tell me what’s going on here?
I’m sorry, but the Javascript that Fireworks and Photoshop creates is ugly, and pointless to try and read. This page/site could be done really easily without the use of whichever of these programs you used. My personal suggestion, because there isn’t a whole lot to this page, is to code it by hand. Really, it won’t be very hard. Just use document.getElementById(‘leftDiv’).innerHTML = “whatever content”; to replace a div on the left hand side, and yourimage.src = “whatever.jpg”; to change the picture that is visible based upon selections without page reload.
If you are stuck with your current option, post back, but the code that these programs produce kind of assumes you will just deal with whatever it spits out.
The MM_showHideLayers Javascript predates Fireworks - I think it must be old Dreamweaver code. Due to lack of time to explore this functionality, I’m stuck. I’ll probably use a different solution from Javascript if I can’t find a similar example of this technique on the web.