I was wondering if there was a way with just css i could change an image else where on a page by rolling over a couple text links? like so
link1 | |
link2 |changing|
link3 | image |
link4 | |
i know how to change a single image with a single link, using some z-index positioning on the hover, but the only way i’ve seen it work is if the image and the text link are both in the <a></a> tags.
I know this can be done easily with javascript but i was hoping to do it with CSS , any help is appreciated.