How to Make a Scroll Box for Top Friends in MySpace 2.0
If you have a lot of buddies on Myspace, consider changing your Top Friends area to a scroll box so that all of your friends are visible. This way, visitors can click and drag the scroll bar to see all of the names. Your Myspace 2.0 profile provides a specific area where you enter Cascading Style Sheets -- CSS -- code that creates the scroll feature. Use the specific tools in the 2.0 version to enter your CSS and publish your friends list as you prefer.
Instructions
-
-
1
Log in to your Myspace account and click the "Customize Profile" option under the "Profile" menu.
-
2
Click the "Appearance" button on the left and then click the "CSS" link that appears in the column to the right. These menu items are only available in version 2.0.
-
-
3
Type the following CSS code in the text box that appears:
div.friendSpaceModule { overflow:auto; height: px; }
This CSS rule manages the box that contains your top friends and instructs the browser to automatically provide a scrollbar.
-
4
Enter a desired number value, such as "100," after the height attribute,-to specify this dimension of your friends box. For example:
div.friendSpaceModule { overflow:auto; height: 100px; }
-
5
Click the "Preview" button in the top-left corner to see the new scroll box. When ready, click the "Publish" button at the top of the page to preserve your changes.
-
1