[quote=fwenciz]what if i wanna add captions... i want to but i dont know how...


[/quote]
try this:thumbsdown:
try to edit your html fiLes,
use this code if you want to put some caption!
<">instead of this:thumbsdown:
[quote]eye.spinmenuitem("<div id='imgfriend' class='imgblockfriend' align='center'><img src='URL OF UR FRIEND'S PHOTO 1'></div><div id='friendname'>NAME OF UR FRIEND 1</div>","http://www.friendster.com/FRIENDSUSERID","_parent");[/quote]
and then in your CSS,
repLace this code

[quote]#friendname {
font-family: verdana;
font-weight: bold;
size: 10px;
background-color: transparent;
color: #242424;
}
#friendname:hover{
color: #fff;
}[/quote]
into

[quote]#caption {
font-family: arial;
font-weight: normal;
size: 8px;
background-color: transparent;
color: #242424;
text-align:center;
}
#caption:hover{
color: green;
font-size: 10px;
text-align:center;
}[/quote]
i hup this simpLe tutorial wiLL heLp you!
Last edited by irishandme (2008-07-23 01:55:34)