HELP. divs+comment box=death., I know this has been mentioned before.. |
HELP. divs+comment box=death., I know this has been mentioned before.. |
Sep 4 2005, 11:56 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Sep 2005 Member No: 226,143 |
Alright, so i've searched these forums and i arrive at different answers, none of which work for me.
So I did my first div overlay today. Hid my myspace and did everything from scratch. The last thing I wanted was to simply make a table, position it, and have my comments show up in it. I can't even get the table where I want it and I don't know why, but the main problem is that the codes i've gotten make the comments show up but also the friends space. So, my question is, is there any way to put a table where you want and have your comments show up in it, while hiding your friends space? [ So that the comments are all that are there ] Help would be greatly appreciated. Also, the codes i've gotten thus far to make the comment box show don't let you have "display:none" anywhere, and thats just what is hiding my friends space, so they conflict. I know it can be done. :/ |
|
|
|
![]() |
Sep 5 2005, 02:15 AM
Post
#2
|
|
![]() Myspace Addict ![]() ![]() ![]() Group: Member Posts: 60 Joined: Aug 2005 Member No: 208,588 |
here's what i did to make only my comments show up..
CODE in between your style tag, you would use this code, this hides your friends and only your friends. /* hide friends code provided by Jon */ 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;} /* end code */ now would need to position your comments around when you have a div. You can either work with this code. Click here I've only had a problem with this code because like the tutorial says, it doesn't work well if you have display:none; as such i've used it to hide my other things on my profile. So I've used this other code and it works fine. place this at the very end of your codes `whom id like to meet section`adjust the number values if you need to. CODE <div style="position:absolute; top:1300px; left: 50%; margin-left: -400; height: 5000px; width: 600px; text-align:center; overflow:auto; background-color: black;"><table><tr><td><table><tr><td> Hope that helps. |
|
|
|
Sep 5 2005, 12:55 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Sep 2005 Member No: 226,143 |
Awesome, seriously. <333 I got the comments positioned correctly and all but the only thing that doesn't seem to be working is the code to hide the friends. I did put it in between style tags but I don't know it's not working. Anything specific I need to know about it for it to work?
Thanks again! |
|
|
|
![]() ![]() |