 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
oh texas dolly
Joined: 10 Jul 2005
Posts: 3
Location: Monson, MA
|
| Posted: Sun Jul 10, 2005 3:10 pm Scrolling comments on MySpace help |
|
|
On MySpace I want my comments section to be a scrolling table.
The friends section would probably be attached to the comments in the table... if you know the code for making it a new table and scrolling, it would be much appreciated.
Thank you
greg |
|
|
nagasree
Joined: 21 Sep 2004
Posts: 82
Location: Hyderabad, India
|
| Posted: Sun Jul 10, 2005 10:26 pm |
|
|
is this what something u want ?
Code:
<BODY>
<div id=comments style="position:absolute;width:300px;height:150px;OVERFLOW:auto">
Comments goes here.......<br>
Comments goes here.......<br>
Comments goes here.......<br>
Comments goes here.......<br>
Comments goes here.......<br>
Comments goes here.......<br>
Comments goes here.......<br>
Comments goes here.......<br>
Comments goes here.......<br>
Comments goes here.......<br>
Comments goes here.......<br>
</div>
</BODY>
|
|
|
oh texas dolly
Joined: 10 Jul 2005
Posts: 3
Location: Monson, MA
|
| Posted: Mon Jul 11, 2005 9:50 pm |
|
|
That didn't really make sense to me, I'm sorry...
But I have an example of what I want..
http://www.myspace.com/thebulletneverliesx
See how the comments and friends is in a little scrolling table?
=[ |
|
|
Carrie
Joined: 14 Jul 2005
Posts: 2
Location: San Diego, CA
|
| Posted: Thu Jul 14, 2005 10:24 pm |
|
|
| I am also trying to find the code for this. *bah* And i have been searching everywhere. Maybe I am just lazy tonight. HEH! |
|
|
oh texas dolly
Joined: 10 Jul 2005
Posts: 3
Location: Monson, MA
|
| Posted: Thu Jul 14, 2005 10:31 pm |
|
|
Carrie wrote: I am also trying to find the code for this. *bah* And i have been searching everywhere. Maybe I am just lazy tonight. HEH!
I found the code for it!!!
Code: <div style="height:600;width:450px;overflow:auto"><table><tr><td><table><tr><td>
put that at the end of your who id like to meet section
-greg |
|
|
Carrie
Joined: 14 Jul 2005
Posts: 2
Location: San Diego, CA
|
| Posted: Thu Jul 14, 2005 11:02 pm |
|
|
| Thanks. :) |
|
|
sweetie2006
Joined: 15 Jun 2006
Posts: 1
|
| Posted: Thu Jun 15, 2006 10:12 am scrolling comments only |
|
|
| i dont want my friends to be scrolled just the comments help please |
|
|
MeeoowwMix83
Joined: 11 Aug 2006
Posts: 1
|
| Posted: Fri Aug 11, 2006 4:23 pm Scrolling Comment Box ?? |
|
|
| I have been looking every where for the code to make my comments scroll but not my friends.Every code i find makes both scroll together i dont want that. Does any one know of any code that will just make my comments scroll? |
|
|
Crys
Joined: 20 Aug 2006
Posts: 4
|
| Posted: Sun Aug 20, 2006 10:54 am Scrolling comments on MySpace help |
|
|
| theres a site www.r4wr.com/friends that allows you to create a custom friend space, and when you do you can check the option of scrolling comments, and it will only scroll the comments. |
|
|
Craig
Joined: 26 Sep 2006
Posts: 1
|
| Posted: Tue Sep 26, 2006 5:40 pm Repositioning boxes and adding scroll bar |
|
|
I have a comment box with buttons that sits above the 'My Friends' box and the posted comments sit below the 'My Friends' box. I want to move the comment box below the friends box so it sits on top of the posted comments. I want to keep all three of these sections in their own boxes.
Secondly, I want a scroll bar that only effects the posted comments section and nothing else. Does anyone know how I could do this?
Here is a link to my page.
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=76756845
Thanks.
Craig |
|
|
jef-FRY
Joined: 09 Oct 2006
Posts: 1
|
| Posted: Mon Oct 09, 2006 6:24 pm Answer To All Your Problems =) |
|
|
:D i found out how u can do this... but u have to give up one thing.. its showing your firends to othe people.. if u want an axemple look here
www.myspace.com/jay_15237
here is the code..
<style>
div table tr td font {visibility:hidden;}
div table table tr td font {visibility:visible;}
</style>
<style type="text/css">
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
</style><a href="http://www.deltox.com" target="_blank"> |
|
|
mygigahurts
Joined: 24 Oct 2006
Posts: 18
|
| Posted: Tue Oct 24, 2006 10:33 pm Adding scrollbar to comments only |
|
|
Yeah, the only way I've found is to hide the default friends list, but you CAN get around this by creating a custom friends list. You can make it look just like the original friends list, and it's kinda cool once you get used to it. You can put any names you want above each friend, link to any picture you want... total control over how your friends are displayed on your page. It's kind of a pain to set up at first, but easy to edit after that. It's much easier if somebody provides you with all the code to (A) Create the custom friends list (B) Hide the existing friends list (C) Create the scrolling effect all in one ready-made package... so, here ya go... with instructions....
Just paste this into the bottom of your WHO I'D LIKE TO MEET section. You'll need to change the friend IDs and picture URLs accordingly. To find a friend's ID, go to his/her page and look in the address bar at the top of your browser window. The numerical part toward the end is their ID. You can find a friend's picture URL by right clicking on a friend's picture in your friends list and selecting Properties. Just copy the URL and paste into the code below. You'll also need to find your own numerical ID for the part at the bottom of the friends list that links to the "View all of my friends" page. You can also change the part at the top that indicates how many friends you have. You'll want to play with the height and width settings on the friends and comments tables to get these where you want them to be.
Code: <style type="text/css">
td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;}
td.text td.text table {background-color:transparent!important}
td.text td.text table td {font-size:0}
td.text td.text table table br {display:inline;}
td.text td.text table b, td.text td.text table table td {font-size:8pt}
td.text td.text table table td {padding:2;}
td.text td.text {height:0}
td.text td.text table table table, td.text td.text table br, .rid br, td.text
td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
</style>
</td></tr></table></td></tr></table><br>
<CENTER>
<TABLE CELLPADDING=9 WIDTH=468>
<TR>
<TD COLSPAN=4>
<span class="orangetext15">YOUR_NAME_HERE has <B>like a GAZILLION</B> Friends </span> </TD></TR>
<TR ALIGN="CENTER">
<TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">1ST FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..1" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
<TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">2ND FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..2" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
<TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">3RD FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..3" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
<TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">4TH FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..4" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
</TR>
<TR ALIGN="CENTER"><TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">5TH FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..5" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
<TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">6TH FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..6" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
<TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">7TH FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..7" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
<TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">8TH FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..8" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
</TR>
<TR ALIGN="CENTER"><TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">9TH FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..9" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
<TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">10TH FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..10" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
<TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">11TH FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..11" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
<TD>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewProfile&friendID=FRIEND'S NUMERICAL ID HERE">12TH FRIEND'S NAME</a> <BR>
<a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=FRIEND'S NUMERICAL ID AGAIN HERE"><img src="FRIEND'S PICTURE URL HERE" border="0" WIDTH="90></a>
<BR>
<div style="width:80px;height:20px;" id="..12" class="DataPoint=OnlineNow;UserID=FRIEND'S NUMERICAL ID AGAIN HERE;">
<img src="http://i.myspace.com/site/images/clear.gif" border="0" height="20" width="80"></div>
</TD>
</TR>
<TR>
<TD COLSPAN="4" ALIGN="RIGHT">
<A HREF="http://www.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=YOUR_NUMERIC_ID&userName=YOUR_USERNAME">
View all of my Friends</A> <BR></TD>
</TR>
</TABLE></CENTER>
<BR>
<table class="rid">
<tr><td><table style="display:none">
<tr><td><table><tr><td>
<style type="text/css">
td.text td.text table table table,
td.text td.text table br,
td.text td.text table .orangetext15,
td.text td.text .redlink, .rid br,
td.text td.text span.btext {display:none;}
table[id*="Friends"] {display:none;}
td.text td.text table td, td.text td.text table {height:0; padding:0; border:0;}
td.text td.text table {background-color:transparent!important;}
td.text td.text table td {font-size:0;}
td.text td.text {height:0;}
.r4wr table table table {width:auto!important}
td.text td.text table b, td.text td.text table table td {font-size:8pt;}
l{note: comment padding fix;}
td.text td.text table table td {padding:3px;}
td.text td.text table table br {display:inline;}
l{note: scrollable comments;}
.rid {display:block; width:460px; height:865px; overflow:auto;}
</style>
</td></tr></table></td></tr></table>
</div><br>
<div class="rid">
<table style="display:none"><tr><td><table><tr><td>
There ya have it. Yeah, like I said, it's kind of a pain to set it all up at first. In the end though, I found it to be worth the trouble. I'm just really anal about having a clean looking layout. Good luck, and don't hesitate to hit me up if you have any questions.
http://www.myspace.com/mygigahurts |
|
|
myspace
Joined: 26 Oct 2006
Posts: 7
|
| Posted: Thu Oct 26, 2006 6:23 pm |
|
|
You guys can use this site, it tells you how to move things around.....it worked great for me.
http://www.myspaceprodesigns.com/tutorial/katamari.php |
|
|
anorexic with cake
Joined: 22 Dec 2006
Posts: 1
|
| Posted: Fri Dec 22, 2006 2:22 pm |
|
|
Code: <div style="height:400;width:450px;overflow:auto"><table><tr><td><table><tr><td>
<style type="text/css"> td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;} td.text td.text table {background-color:transparent;} td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} </style>
this is the code for having ONLY the comments in a scroll.
it should work cause it worked for me.
www.myspace.com/65034837 |
|
|
kubanito
Joined: 08 Jan 2007
Posts: 1
|
| Posted: Mon Jan 08, 2007 5:45 am i got a question where i place this code at let me know ok |
|
|
anorexic with cake wrote: Code: <div style="height:400;width:450px;overflow:auto"><table><tr><td><table><tr><td>
<style type="text/css"> td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;} td.text td.text table {background-color:transparent;} td.text td.text table td, td.text td.text table {height:0;padding:0;border:0;} td.text td.text table table td {padding:3;} td.text td.text table table br {display:inline;} </style>
this is the code for having ONLY the comments in a scroll.
it should work cause it worked for me.
www.myspace.com/65034837 |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|