Hey guys, I've been trying a lot of combinations of CSS code but still have no success. I want the vistanothovered to change to vistahovered image using CSS.
So I coded a#win:hover { background-image{../image/vistahovered.png} but it failed to change the image.
Please give me tips guys!!
Code:HTML: <div id="dashboard"> <h2 id="dashHead"><span class="red">Cliente</span>, Please select your preferred system:</h2> <p id="systems"> <a id="win" href=""><img src="images/vistanothovered.png" /></a> <a id="mac" href=""><img src="images/Apple256.png" /></a> </p> </div>







Bookmarks