Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS hover image Re: hover image

#104727
Blackhawkso
Member

Here is one way you might be able to do it

html

and
CSS

#logo-text, #logo-image, .logo-image { height: 100%; position: absolute; }
#logo-image img { display: block; bottom: 0; margin: auto; position: absolute; top: 0; }
#logo-image a:hover img { content: url('img-2.jpg'); }