for the search, my way to preload images! haha

Search for in

Scrolling comments

MySpace Website Tutorials | Submited Dec 10, 2007

Written by: User Picture..

how to make each comment on your profile scroll

This isn't for div comments!!1!!!


Myspace added a class name to the section that each comment is in (yay!) for resizing the images, however, we can use this to make the comments scroll.
Adjust the height to your pleasure, adjusting the width isn't recommended unless you know what you're doing.

Scrolling


Remember kids, Style Tags
td.columnsWidening{
display:block;
overflow:auto;
height:100px;
width:97%;
}


Hiding overflow


if you don't want a bunch of blurry pictures, but also don't want a stretched profile, change overflow:auto; to overflow:hidden;
td.columnsWidening{
display:block;
overflow:hidden;
height:100px;
width:97%;
}

tags Tags: scrolling comment sections

0Thumbs up  Thumbs down0

Related Tutorials
Hide Comments
Adding Glitter to Images
Marquee comments
Hiding tables on your profile
Friends in a DIV layout
How to create new tables under your interest and about me sections
Comment Dividers
Scrolling comments
Resize comment images [skem9]
How to Rate and Comment on Layouts
Hiding subscribe to blogs, view all friends, and comment links
3 Comments
  W.T.'s test account ~ 02/03/08, 10:09pm
Picture..
it don't seem to work in IE7
  User Picture.. ~ 12/10/07, 5:20pm
Picture..
I'm not sure, I'll try it out tonight, I'm pretty sure it does though
  John ~ 12/10/07, 5:14pm
Picture..
does this work in internet explorer also? I think the overflow:auto only works with divs in IE, but I may be wrong.. its been awhile since I messed with that

1 


Sorry, you have to be a member to comment tutorials