image rollover that changes text link color

liunx

Guest
hi..<br />
<br />
i have a set of 5 links that are hot spots on an image, each of these triggers a rollover on that image, however i do not want to have any text on the image itself and would like for the text links i have at the bottom of the page to be highlighted corresponding to the hot spot the user rolls over.. for example if i rollover the contact hotspot i would like the text link "contact" below to be highlighted in a chosen colour and then reset when the mouse is moved out of that hotspot. I am struggling to do this because unlike images the text link cannot be given a name or id so how do u tell it to change colour dynamically?<br />
<br />
here is the site:<br />
<!-- m --><a class="postlink" href="http://www.haze.indy-solutions.com/site/">http://www.haze.indy-solutions.com/site/</a><!-- m --> <br />
<br />
as you can see when you roll over the text at the bottom the image above swaps corresponding to the link and i am trying to get this to work in reverse if possible..<br />
<br />
i hope this is clear, thanks for you help, i really appreciate it!<br />
damien<!--content-->In the <map> onmouseover/out use a class change for the corresponding text link<!--content-->
 
Back
Top