My problem is this: I have a jQuery slideshow which fades in/out a list of images. I need to, if possible have a set of links alongside this slide show which grow or zoom slightly in time with the fading in of the images they describe.
I.e. There are 4 images in the loop and 4 links to the left that relate to the images, I would like the link that corresponds to the current image to be highlighted in some way(grow, zoom, etc)
I've found plenty of documentation around animating text 'onmouseover/onmousehover' but what I would ideally like to do is have the animations in sync with the related images. I realise that this would be much easier in Flash but, for SEO and usability reasons I require the links to be real text or at the very least sprite images with text indents( cufon would also be fine if this offers a solution to this problem)
Below is a link to a very basic design of the banner(be kind), the slide show works but the links are currently just a static image. Hopefully with the description and this example you'll be able to fully understand the effect I am trying to achieve.
Many thanks in advance for your help.
EDIT: I am aware that you can use jQuery to 'inject' values in to CSS so I assume that the font-size property of the links could be increased and decreased and this action could be animated with jQuery. I'm just not sure how to apply this set of behavoiurs. I am a jQuery novice.