PDA

View Full Version : Multiple Mouseover



manonthestreet
06-21-2004, 08:37 AM
I have created a site where there are two menus.

The top menu is a list of four links using images and javascript rollovers. The images are the text titles of four different product catagories. When you roll over them they give you a different color text. simple.

The second menu is images of product catagories. When you roll over them you get a highlighted image.

How do I make the two rollovers interact so that when the image is highlighted the text is highlighted as well. The same should happen in the opposite scenario.

I know this can be done as I can see it at: http://www.adaptivepath.com/

Look at the employee pictures and their names. This is exactly what I want, but I have not been able to do this just yet.

Blue Cat Buxton
06-21-2004, 09:11 AM
Dont know about the first Q

The menu thing is done in the CSS.

Firstly it is the entire image that changes, not just the individual face.

The link changes colour in accodance with the css rules. You can see the css file at http://www.adaptivepath.com/css/basic.css

manonthestreet
06-21-2004, 09:42 AM
Yeah I already checked out their css after posting. I would prefer to use javascript as my understanding of javascript is much better than css.

thanks for the reply though.