comments in a DIV. |
![]() ![]() |
comments in a DIV. |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jan 2007 Member No: 491,975 ![]() |
okay well i just got a new div, and theres no comments on there right now.
theyre hidden i think and every code ive tried to use it wont work to show them i want to put them in a scroll box on the right side of the div. and suggestions? |
|
|
![]()
Post
#2
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 745 Joined: Aug 2006 Member No: 459,873 ![]() |
Post your code that you are using Also try this: Post this in your About Me .comments{ visibility:visible; width:400px; height:300px; position:absolute; top:850px; left:300px; overflow:auto; background-color:transparent; border:0px solid; z-index:2px; word-spacing:5px;} You can change the values Paste this in your "Who I'd like to meet" Make sure it's the last code at the bottom: <div class="comments"><!________HAS TO BE LAST______> <table><tr><td><table><tr><td> </div> ****Take out the comments codes you've posted**** |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jan 2007 Member No: 491,975 ![]() |
Yeah I tried that
but thanks umm heres the code. i wasnt going to use it, so none of my stuff is in there <textarea><style>div div table tr td a.navbar, div div table tr td font {display: none;} .contacttable{display:none} .nametext{display:none} table, td, tr, table td td td td, table tr tr tr tr, table div, div{visibility:visible !important} </style> <div class='navigationbar' style='background-color:white; position: absolute; left:50%; top:125px; margin-left: -400px; width: 800px; height: 32px; visibility:visible !important'> <table width='800' height='32' border='0' cellspacing='0' cellpadding='0'> <tr valign='middle'> <td valign='center'> <ul class="newnav"> <li> <a href=http://home.myspace.com/index.cfm?fuseaction=user>home</a></li> <li> <a href="http://mail5.myspace.com/index.cfm?fuseaction=mail.message&friendID=ID HERE">message</a></li> <li><a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=ID HERE">add</a></li> <li><a href="http://collect.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=ID HERE&public=1">favorite</a></li> <li><a href="http://www.myspace.com/index.cfm?fuseaction=block.blockUser&userID=ID HERE">block</a></li> <li><a href="http://myspace.com/inpload_layouts">free layouts</a></li> </ul> </td></tr></table></div> <div class="main"> <p> <table style="width:800px; height:auto; cellpadding:0px; cellspacing:0px;background-color:FFFFFF; visibility:visible !important"> <tr><td valign="top"> <div class="sidebar"> <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=FRIENDID HERE!!!"><img src="http://i7.tinypic.com/24p9j6f.jpg" border="0"></a><br /> <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=35931938">View More Pictures</a><br><br> <span style="font-size:22pt; font-family:century gothic; letter-spacing:-2pt; color:e6e6e6; border-bottom:1px dotted; border-color:e6e6e6; text-transform:lowercase;">code</span><BR> copy the code below and paste in your about me section! <BR> </div> <div class="content"> <span style="font-size:22pt; font-family:century gothic; letter-spacing:-2pt; color:e6e6e6; border-bottom:1px dotted; border-color:e6e6e6; text-transform:lowercase;">about your self</span><BR><BR> text text text text text text text text text text text text text text text text text text text text </div> </td></tr></table></div> <style type="text/css"> td td object {visibility: hidden;} body { font-family: verdana, arial, sans-serif; font-size: 11px; background-color: FFFFFF; background:url(http://img201.imageshack.us/img201/2672/grayheartsop9.gif); background-color: ddddd; scrollbar-arrow-color: 000000; scrollbar-face-color: ffffff; scrollbar-3dlight-color: 000000; scrollbar-darkshadow-color: ffffff; scrollbar-shadow-color:000000; scrollbar-highlight-color:000000; scrollbar-track-color:ffffff; cursor: crosshair;} table, td {background-color:fffff;} .main{ position:absolute; left:50%; top:157px; width:800px; z-index:1; margin-left:-400px; background-color:FFFFFF;} .main a:link, .main a:active, .main a:visited { color: ffcc99; text-decoration: none; font-size: 13px; font-weight: none;} .main a:hover { color: ccc;} p, li { font-size: 11px; color: 2E2E2E; text-transform:lowercase;} .newnav { margin: 11px 0 20px 0; padding: 0; text-transform: lowercase; letter-spacing: -1px; background-color:e6e6e6; border-bottom:3px solid; border-color:e6e6e6;} .newnav a { font-size: 11px; color:fcce8c!important;} .newnav a:hover { color: 000000 !important; text-decoration:none} .newnav .active { color: fcce8c !important;} .newnav li { list-style: none; display: inline; margin: 0 0 0 13px;} .sidebar { float: right; width: 200px;} .content { float: left; width: 500px; padding: 0 0 0 28px;} textarea { background-color: DFDFDF; border: 1px solid; border-color: DFDFDF; color: 959595; padding: 3px; overflow: hidden;} input { background-color: DFDFDF; color: 000000; border: 1px solid; border-color: DFDFDF;} .comt td td td table, .btext, .orangetext15, .redlink {display:none; } .comt td td td {visibility:visible; background-color:transparent !important; border:0px; width:100%; } .comt, .two{display:none } </style> <div style="position:absolute; top:0px; left:0px;"><a href=http://myspace.com/inpload_layouts><span style="font-size:7pt">impload lyts</a></span></div> <div class=two style="position:relative; height:0px; overflow:hidden; border:0px;"><table><tr><td><table><tr><td> <div class="comt"><table><tbody><tr><td><table> </textarea> |
|
|
![]()
Post
#4
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
CODE <style>div div table tr td a.navbar, div div table tr td font {display: none;} .contacttable{display:none} .nametext{display:none} table, td, tr, table td td td td, table tr tr tr tr, table div, div{visibility:visible !important} </style> <div class='navigationbar' style='background-color:white; position: absolute; left:50%; top:125px; margin-left: -400px; width: 800px; height: 32px; visibility:visible !important'> <table width='800' height='32' border='0' cellspacing='0' cellpadding='0'> <tr valign='middle'> <td valign='center'> <ul class="newnav"> <li> <a href=http://home.myspace.com/index.cfm?fuseaction=user>home</a></li> <li> <a href="http://mail5.myspace.com/index.cfm?fuseaction=mail.message&friendID=ID HERE">message</a></li> <li><a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=ID HERE">add</a></li> <li><a href="http://collect.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=ID HERE&public=1">favorite</a></li> <li><a href="http://www.myspace.com/index.cfm?fuseaction=block.blockUser&userID=ID HERE">block</a></li> <li><a href="http://myspace.com/inpload_layouts">free layouts</a></li> </ul> </td></tr></table></div> <div class="main"> <p> <table style="width:800px; height:auto; cellpadding:0px; cellspacing:0px;background-color:FFFFFF; visibility:visible !important"> <tr><td valign="top"> <div class="sidebar"> <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=FRIENDID HERE!!!"><img src="http://i7.tinypic.com/24p9j6f.jpg" border="0"></a><br /> <a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=35931938">View More Pictures</a><br><br> <span style="font-size:22pt; font-family:century gothic; letter-spacing:-2pt; color:e6e6e6; border-bottom:1px dotted; border-color:e6e6e6; text-transform:lowercase;">code</span><BR> copy the code below and paste in your about me section! <BR> </div> <div class="content"> <span style="font-size:22pt; font-family:century gothic; letter-spacing:-2pt; color:e6e6e6; border-bottom:1px dotted; border-color:e6e6e6; text-transform:lowercase;">about your self</span><BR><BR> text text text text text text text text text text text text text text text text text text text text </div> </td></tr></table></div> <style type="text/css"> td td object {visibility: hidden;} body { font-family: verdana, arial, sans-serif; font-size: 11px; background-color: FFFFFF; background:url(http://img201.imageshack.us/img201/2672/grayheartsop9.gif); background-color: ddddd; scrollbar-arrow-color: 000000; scrollbar-face-color: ffffff; scrollbar-3dlight-color: 000000; scrollbar-darkshadow-color: ffffff; scrollbar-shadow-color:000000; scrollbar-highlight-color:000000; scrollbar-track-color:ffffff; cursor: crosshair;} table, td {background-color:fffff;} .main{ position:absolute; left:50%; top:157px; width:800px; z-index:1; margin-left:-400px; background-color:FFFFFF;} .main a:link, .main a:active, .main a:visited { color: ffcc99; text-decoration: none; font-size: 13px; font-weight: none;} .main a:hover { color: ccc;} p, li { font-size: 11px; color: 2E2E2E; text-transform:lowercase;} .newnav { margin: 11px 0 20px 0; padding: 0; text-transform: lowercase; letter-spacing: -1px; background-color:e6e6e6; border-bottom:3px solid; border-color:e6e6e6;} .newnav a { font-size: 11px; color:fcce8c!important;} .newnav a:hover { color: 000000 !important; text-decoration:none} .newnav .active { color: fcce8c !important;} .newnav li { list-style: none; display: inline; margin: 0 0 0 13px;} .sidebar { float: right; width: 200px;} .content { float: left; width: 500px; padding: 0 0 0 28px;} textarea { background-color: DFDFDF; border: 1px solid; border-color: DFDFDF; color: 959595; padding: 3px; overflow: hidden;} input { background-color: DFDFDF; color: 000000; border: 1px solid; border-color: DFDFDF;} .comt td td td table, .btext, .orangetext15, .redlink {display:none; } .comt td td td {visibility:visible; background-color:transparent !important; border:0px; width:100%;} .comt{position: absolute; left: #px; top: #px; } </style> <div style="position:absolute; top:0px; left:0px;"><a href=http://myspace.com/inpload_layouts><span style="font-size:7pt">impload lyts</a></span></div> <div class="comt"><table><tbody><tr><td><table> Change yours to that. Then edit the following to position them: CODE .comt{position: absolute; left: #px; top: #px; }
|
|
|
![]()
Post
#5
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jan 2007 Member No: 491,975 ![]() |
ohh thank you soomuch
it worked =) |
|
|
![]() ![]() |