and make them links to thier myspaces
How do i make my friends list on myspace appear as a list and when someone scrolls over it has info bout them?
You're wanting a CSS pop-up correct, if you're coding Literate then it's not that hard. First you have to have at least either a custom first list, or best done with a Div Overlay.
First Code (goes inside your %26lt;style%26gt; sheet)
a span{display:none;}
a:hover span {
display: block;
position: absolute;
top: 15px;
left: 50px;
width: 305px;
z-index: 7;
font-size:10px;
font-family:FONT NAME HERE;
text-decoration:bold;
}
change Top, Left move the pop-up and width to change the size of the pop-up. You will need to change the Font name also, to fit your profile.
Next code
your friends
%26lt;a href="Friends Profile URL"%26gt;Friends Name%26lt;span%26gt;Friend Myspace Image%26lt;/span%26gt;%26lt;/a%26gt;
If You want to see one in action you can see mine
http://www.myspace.com/livingwithepilesp...
let me know if you need any help
How do i make my friends list on myspace appear as a list and when someone scrolls over it has info bout them?
never seen it before...s...
No comments:
Post a Comment