I do not have time to troubleshoot people's code. (Hopefully I will again in the future).
I do not have much time to answer questions (but if it is a quick answer, that only takes me a few minutes, I will try to answer).
I really recommend the following site, for myspace customizing questions: Official Myspace Customizing Forum
That is the most reliable source, and the people I know who enjoy helping, and are quite good at it, tend to hang out there.

Saturday, March 14, 2009

myspace 2.0 friends in scroll box

MySpace 2.0 put Friends In Scroll Box



This is way easier then myspace 1.0, and you do not have to put friends and comments in the same scroll box.

To put ONLY the friends in a scroll box, use one of the following blocks of code.
One puts only the friends in, leaving out the header and links.

The others include the header and/or links.

Change the height value, to the height you want your scroll box.

The code goes into the css area:
{! Friends in Scroll Box Code by Eileen xiii.us !}
div.friendSpaceModule div.moduleBody ol.moduleList{
height:60px;
overflow:scroll;
overflow-x:hidden;}
{! end Friends in Scroll Box !}

If you want to include the " .. Has X Friend" and the links; inside the scroll box (instead of outside the scroll box) but do NOT want to include the section header
(the "Friend Space (Top X)")
Use this code:
{! Friends in Scroll Box Code by Eileen xiii.us !}
div.wrap div.friendSpaceModule div.moduleBody{
height:60px;
overflow:scroll;
overflow-x:hidden;}
{! end Friends in Scroll Box !}

If you want to include the Section header as well, inside the scroll box, use the following code instead:
{! Friends in Scroll Box Code by Eileen xiii.us !}
div.wrap div.friendSpaceModule {
height:60px;
overflow:scroll;
overflow-x:hidden;}
{! end Friends in Scroll Box !}

If you found my code useful, you can help me by adding the following block to your about me or interests area.
This will not show a visible link on your myspace page, it will only be visible to those who read your code.
<a class=i href="http://xiii.us/ms1/">myspace 2.0 friends in scroll box</a>

5 Comments:

Anonymous Anonymous said...

yayyyyyy it worked:D

2/5/09 07:09  
Anonymous rick said...

i kant get it to work..
what am i doing wrong?

19/6/09 00:15  
Blogger R. Rice said...

Thanks! I worked. I there code to move(margins)the friends and comments to an absolute position within the layout?

20/7/09 13:07  
Anonymous Anonymous said...

iT WORkkEd...=] tHANx

3/8/09 13:13  
Anonymous Anonymous said...

how can i put a scroll box in my "interests" section in myspace 2.0?

17/8/09 21:53  

Post a Comment

Due to Excessive Spam, I have turned on comment moderation.

Links to this post:

Create a Link

<< Home