Tuesday, December 30, 2008

MySpace 2.0 Comments Module

div.commentsModule

  • hiding " Displaying x of y comments view/edit all"

div.commentsModule div.toolbar {display:none;}

  • Put all comments, including "Comments" heading inside a scrollbox
div.commentsModule {border: solid numberpx #color; height: numberpx; overflow: auto;}

  • Put all comments inside a scrollbox with "Comments" heading outside
div.commentsModule div.moduleBody {border: solid numberpx #color; height: numberpx; overflow: auto;}

No comments:

Post a Comment