CSS Sprite :hover
-
Hi, I’ve inserted the css below but the hover action still wont work. The site is made from f8-lite theme http://www.etuibenau.com.
I’ve pasted the following in style.css
.thumbnail {
display: block;
width: 310px;
height: 150px;
overflow:hidden;
background:#eee url(‘images/x.png’);}
.thumbnail:hover {background-position: 0 -150px;}and pasted the following in the home.php
” class=”thumbnail” rel=”bookmark” title=”<?php the_title(); ?>”><img src=”<?php $values = get_post_custom_values(“thumbnail”); echo $values[0]; ?>” alt=”” />
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘CSS Sprite :hover’ is closed to new replies.