What i need to do is have a css a:hover effect activated when another element's rollover effect on the page (an image with its own javascript rollover effect) is activated.
Its hard to explain, so a visual example can be seen at http://www.berlinit.com/maction/home.html (this is the working version with all images (its generated by fireworks so yes its very ugly code, but the required effect can be seen there)).
What i'm working on is making the links along the right into text links with css a:hover effects, which are triggered when the mouse rolls over the images in the middle (see http://www.berlinit.com/maction/test/home.html for a working example, with some css i've been trying (unsuccessfully) to implement).
I dont know how to do this one besides setting up the text links as images with their own javascript rollovers, and i'd prefer to have them as pure text links with css hover effect.
Any suggestions on how to go about getting this problem sorted would be massively appreciated.