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:
yayyyyyy it worked:D
i kant get it to work..
what am i doing wrong?
Thanks! I worked. I there code to move(margins)the friends and comments to an absolute position within the layout?
iT WORkkEd...=] tHANx
how can i put a scroll box in my "interests" section in myspace 2.0?
Post a Comment
Due to Excessive Spam, I have turned on comment moderation.
Links to this post:
Create a Link
<< Home