Comment Display, Debugging Help |
![]() ![]() |
Comment Display, Debugging Help |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Feb 2006 Member No: 375,299 ![]() |
Hey Everyone! I'm working on trying to get my comment display to work, but I'm having some difficulties. I need help getting it to display Only comments, and a removel of the y-axis scrollbar.
Here's some code... http://www.Myspace.com/Mypurelunacy page in context. <style type="text/css"> * body { margin-top: 10px; overflow-x: hidden; background: url(http://img345.imageshack.us/img345/5550/myspacebg5sw.gif) repeat; } table { top:0px; background: url(http://img345.imageshack.us/img345/5550/myspacebg5sw.gif) repeat; overflow-x: hidden; visibility:hidden; } * body table { height: 5px!important; overflow: hidden; } * body form { visibility: visible; display: block; } .comments { position: absolute; visibility:visible; height:210px; left:47%; top:1376px; width:380px; z-index:4; overflow-x:none; overflow-y:auto; } .main { width: 820px; height: 1000px; margin-left: -400px; position:absolute; left:50%; top:0px; z-index:1; visibility: visible; border: 0px solid gray; background: url(http://img345.imageshack.us/img345/5550/myspacebg5sw.gif) repeat; } .main table { width: 800px; height: 1000px; visibility: visible; cellpadding:0px; cellspacing:0px; background: url(http://img345.imageshack.us/img345/5550/myspacebg5sw.gif) repeat; } .jake { width: 790px; height: 1550px; background: url(http://www.fishy-designs.com/myspace.jpg) no-repeat; } a { position: absolute; text-decoration: none; background: none; } a b { font-size: 18px; visibility: hidden; } a.viewpics { top: 430px; left: 170px; } a.addfriend { right: 213px; top: 290px; } a.sendmessage { right: 120px; top: 290px; } a.kj { right: 100px; top: 515px; } a.interview { right: 100px; top: 575px; } a.unborn { right: 100px; top: 635px; } a.one, a.two, a.three, a.four, a.five, a.six, a.seven, a.eight { display: block; width: 90px; height: 90px; } a.one { top: 1055px; right: 338px; } a.two { top: 1055px; right: 238px; } a.three { top: 1055px; right: 138px; } a.four { top: 1055px; right: 38px; } a.five { top: 1155px; right: 338px; } a.six { top: 1155px; right: 238px; } a.seven { top: 1155px; right: 138px; } a.eight { top: 1155px; right: 38px; } a.viewfriends { top: 1258px; right: 265px; } </style> <div class="main"> <table style="cellpadding:0px; cellspacing:0px;"> <br><BR><BR><BR><BR><BR><BR><br><Br> <tr><td valign="top"> <div class="jake"> <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=14381772" class="viewpics" title="View More Pics" /><b>TEXTTTTTTT</b></a> <a href="http://www.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=14381772" class="addfriend" title="Add to friends" /><b> TEXTTT </b></a> <a href="http://mail1.myspace.com/index.cfm?fuseaction=mail.message&friendID=14381772" class="sendmessage" title="Send Message" /><b> TEXTTT </b></a> <a href="test" class="instantmessage" title="Instant Message" /><b> TEXTTT </b></a> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=1463854" class="one" /></a> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=5833738" class="two" /></a> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=36675631" class="three" /></a> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=8172203" class="four" /></a> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=2230698" class="five" /></a> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=8482595" class="six" /></a> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=6298133" class="seven" /></a> <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=3806233" class="eight" /></a> <a href="http://home1.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=14381772" class="viewfriends" title="View all my friends" /><b>View all my friends</b></a> </div> </td></tr></table> <div class="comments"><table><tr><td><table><tr><td><br /> |
|
|
![]() ![]() |