Log In · Register

 
Image rollovers, (for a div overlay)
alison-apples
post Dec 22 2008, 03:51 AM
Post #1


Senior Member
***

Group: Member
Posts: 71
Joined: Jul 2008
Member No: 671,706



I've tried multiple codes. None of them seem to work. What's the code for an image rollover for a myspace div overlay?

Thanks in advance.
 
 
Start new topic
Replies
n-murray
post Dec 29 2008, 02:07 AM
Post #2


Member
**

Group: Member
Posts: 25
Joined: Nov 2008
Member No: 700,955



Okay if digitalfragrance's code doesn't work for you, here is what I use:

Put this in aboutme:
CODE
<style>
.IMGNAME {display:block;width:##px;height:##px;
background-image:url("URL");
background-repeat:no-repeat; position:absolute; top:###px; left:50%; margin-left:###px;}

.IMGNAME:hover {display:block;width:##px;height:##px;
background-image:url("URL");
background-repeat:no-repeat;}
</style>


Then put this in Who I'd like to meet:
CODE
<div>
<a class="IMGNAME" href="URL">
</div>
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: