Scroll boxes for myspace

Question:

Here’s one from Ken: thanks for the useful tips you have posted over in your web site. Can you provide me with the required codes i will need in order to create scroll boxes for MySpace?

Answer:

Thanks Ken. Creating MySpace scroll boxes is not difficult at all. All you’ll need to do is grab the following CSS code and paste it in the relevant section of your MySpace profile in which you would like to create scroll boxes in (About Me, I’d like to Meet, Comments, Friends, etc’):

<style>
div.my-scroll {height:200px;
width:450px;overflow:scroll;
}
</style>
<div class="my-scroll">
<p>Your_Text_here
</p></div>

Voila, enjoy your new MySpace scroll boxes :-)

Filed Under: MySpace HTML tricks

About the Author:

RSSComments (1)

Leave a Reply | Trackback URL

  1. jaya prakash says:

    I have a scroll bar that have no style but It show different style in different browsers

Leave a Reply