image hover |
image hover |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 24 Joined: Jul 2006 Member No: 439,453 ![]() |
I have had a DIV myspace layout a friend designed me
i know quite a bit of html and css but i cannot figure out how to get each image to show the separate hover image.... the myspace is here |
|
|
![]() |
*This Confession* |
![]()
Post
#2
|
Guest ![]() |
Okay
This is going to be a lot of work but I just copied this from another topic It was to make it when you hover a image to be black and white since FF doesn't allow the hover effect stuff. but here is a way you can do what you want ^pshh yea me too. but if you want to do it. CODE <style type="text/css"> .pic{height: 175px; width: 163px; text-indent: 184px; overflow: hidden; background: url(URL TO PICTURE) top left no-repeat; display: block;} .pic:hover{background-position: bottom left;} </style> picture s ![]() and it will come out like this.. ![]() to make it a link put this above the code CODE <a href="URL" class="pic"></a> hould look something like this
|
|
|
![]() ![]() |