Forum Moderators: open
I'm building a webpage for an artist's portfolio. What I've got so far is a java applet that loads a vertical menu in a frame on the left side of the page. The menu consists of thumbnails of the artwork, and it scrolls up and down as the mouse hovers over it. (Many sites have a menu like this, most of them are in flash. Mine is in java.) Each thumbnail is also a link, which opens in the frame on the right side of the page.
What I want to do with this is show/hide layers of the full-size art on the right frame, but they would be called on by links inside the applet in the left frame. Oy!
Is there any way I can do this without changing the applet? It was a very long and cumbersome process to get the applet to where it is to begin with.
Any help would be awesome.