Secret_Code_Name 0 Posted October 29 Is it possible to have a hover state for a logo in the header? My logo says the word "apple", and I want when the mouse hovers over it to swap out for an icon of an apple. Additionally would it be possible to do this for multiple elements in a single logo? i.e. if there was 3 words and hovering over each word would change its state? At the moment I'm just using an animated gif which is fine, just not as clean as I'd like. Thanks!! Share this post Link to post
DevonHarris 0 Posted November 19 I don't have all the answers, but I think it starts something like this, but I'm missing the middle piece for swapping the logo image with another image. @tuanphan can you help? //Logo Rollover// .logo img:hover { } Share this post Link to post