A myspace code for scroll boxes?

Is there a code for myspace 2.0 scroll boxes?

  • Answer:

    The only ones I know of for specific modules are for the Friends and Comment sections. Here they are Friends: div.friendSpaceModule {height:150px; overflow:scroll; overflow-x:hidden} Comments: div.commentsModule {height:150px; overflow:scroll; overflow-x:hidden} As with every code for 2.0, you put these in your CSS box in the Customize Profile section, and don't forget to hit Publish when you are done. I also found a code where you can put text into a scroll box, and I think you can use it in each module, but it will only scroll what you put in the "IMAGES AND TEXT GO HERE" area: <div style="overflow: auto; width: 200px; height: 100px; border:2px solid; border-color:blue;"> IMAGES AND TEXT GO HERE </div>

GUPTK7WOQPTZI3PK3B5ADDTYYI at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

If you are referring to one thats for text or pictures use: <div style="overflow: auto; width: 300px; height: 200px;"> Text or pictures here </div>

Sheridan

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.