How can I use CSS to swap two images simultaneously with mouseover?
May.15, 2008 in
CSS
lichtpausen asked: Imagine a website with buttons “A” and “B”, as well as another image, “X”. During mouseover at “A”, “A”, should change into “A2”. At the same time, “X” should change into “XA”. During mouseover at “B”, “B” should change into “B2”. At the same time, “X” should change into “XB”. Ideally (though this […]