2.0 Friends Module Hover Bubble
- Go to MSC Home
|
Go to MSC Profile 2.0 Codes -
Rate This Page!
Make a hover bubble when you scroll over your friends images, like this:
Add the code below to your 2.0 CSS{ } Box.
(
Where is the CSS{ } Box?
)
-- Change the "LIGHTBLUE" background-color to whatever color you want the bubble to be.
-- Change the "BLACK" color to whatever color you want the bubble text to be.
.msc {friends hover bubble} .msc {http://www.myspace-compilation.com/FriendsHoverBubble2.php} div.friendSpaceModule .moduleList li a span {background-color:LIGHTBLUE; width:90px; text-align:center; position:absolute; top:-40px; left:10px; padding:2px; -moz-border-radius:5px; -webkit-border-radius: 5px; visibility: hidden; opacity: 0.8; filter:alpha(opacity=80);} div.friendSpaceModule .moduleList li a:hover span {color:BLACK; visibility: visible;} div.friendSpaceModule .moduleList li a img {height:90px; width:90px;} div.friendSpaceModule ol.squarePhotos li, div.friendSpaceModule ol.moduleList li {overflow: visible;} div.friendSpaceModule .moduleList li a {position: relative;}
Questions/Comments?
Ask them here
.