Ok here is my questation. im stuck for a while
I have a table 3x3. In that table I have 5 images;
- 1st image is in the middle cell of the top row, saying "Home"
- 2nd, 3rd, & 4th images are in the middle row
- 2nd image is in the left column and says "Software"
- 3rd image is in the middle of the table and displays my logo
- 4th image is in the right column and says "Forum"
- 5th image is in the 3rd row, middle cell and says "About"
So I want to keep the logo image (in the center of table) displayed until user hovers over one of the 4 categories (Home, Forum, Software, About). When they hover over the category, the middle image should become an image representing that specific category.
For example, if user hovers over Software image (left column, middle row), logo image would be replaced with image representing Software.
Sorry for bad language and I hope you get idea of what I want to do