[b]Credits: [/b]Swazz(http://boxover.swazz.org/) for the tooltips
[b]Description: [/b]Accordion Style More About me box w/ tooltips
[b]Tested With: [/b]IE7, FF2
[b]Preview:[/b] [url]http://profiles.friendster.com/77137796[/url]
Copy and Paste this codes at the bottom part of your js:
[url]http://boxover.swazz.org/boxover.js[/url]
Copy and Paste this Code inside your onloadHandler:
[spoiler]<">[/spoiler]
Edit the part [b]content here[/b]
you can put almost anything image, text, small flash files
onProfileLoad(){
//code here
}
if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};
Copy and Paste this Code outside your onloadHandler:
[spoiler]<">[/spoiler]
Copy and paste on your stylesheet just edit to blend w/ your profile
[spoiler].aboutmetitle {
cursor:hand;
text-align:center;
font-family: Verdana;
font-size: 11px;
height:18px;
width:280px;
color:#fff;
margin:0px auto;
background-color: #000;
background-repeat: repeat;
background-position: top center;
background-image: url();
}
.aboutmecontent{
display:none;
width:280px;
font-size:10px;
text-align:center;
color:#fff;
margin:0px auto;
background-color: #333;
background-repeat: repeat;
background-position: center center;
background-image: url();
}[/spoiler]
That's it..Hope you Like it..
Last edited by vinok (2008-11-06 23:29:35)