I have a idea, a way to give user feedback
i like to hover on a menu, that will highlight an img correcponding to the menu
OR theinverse, hover over image will highlight the menu
I think it can be done with jquery, but can it be done in pure css or do you have a example or code i can base my idea on
thanks
So in jQuery as far as I understand you have a menu and some images:
First you need something to link the two, such as a class or rel reference
Then using jQuery you could add a class to the elements on rollover
You could use anything really as an indentifyer using .text() or .atrr(‘src’)
The highlight class would contain the styles for your rollover, which could obviously be different for the menu and image either with li .hightlight and img .highlight or using different classes.