Log In · Register

 
Hiding Comments and Friends in DIV
notmemcgee
post Mar 17 2007, 06:25 PM
Post #1


Member
**

Group: Member
Posts: 23
Joined: Mar 2007
Member No: 509,364



What part of the code would I change to hide the friends and comments in my div?
Here's the code:

<style type="text/css">


.text.text, .btext, .contacttable, .lightbluetext8, .nametext, .orangetext15, .redlink, .whitetext12,{display:none;}

div table td font, table td div, td.text table, table table table {visibility:hidden; }


div table table td font a, table table td div, td.text table table, td.text table table td.text {visibility:visible;}

table, tr, td {background-color:transparent;}

a.navbar:active, a.navbar:visited, a.navbar:link { color:808080; }
a.navbar:hover { color:FFFFFF; }

body {
background-color:000000;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
}
.splash {
background-color: 000000;
background-image: url(http://i47.photobucket.com/albums/f176/Aetosxfrog/myspacebackwebsmall.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top center;
position: absolute;
left: 50%;
margin-left: -325px;
top: 160px;
height: 490px;
width: 650px;
overflow: auto;
z-index: 1;
}


div.socialButtons {
width: 150px; display: block;
margin: 300px 0 0 -300px !important; padding: 10px 0 10px 0;

border-top-style: solid;
border-top-width: 3px !important;
border-top-color: b51414 !important;

border-bottom-style: solid;
border-bottom-width: 3px !important;
border-bottom-color: b51414 !important;
}

ul.socialSelector {
list-style-type: none;
list-style-position: inside;
padding: 0; margin: 0;
display: block;
}

ul.socialSelector li {
font: 12px/17px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif !important;
}

ul.socialSelector li a:link, ul.socialSelector li a:visited, ul.socialSelector li a:active {
font: 12px/17px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
color: abe301;
text-decoration: underline;
font-weight: bold;
}

ul.socialSelector li a:hover {
font: 12px/17px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
color: b51414;
text-decoration: underline;
font-weight: bold;
}

ul.socialSelector li.addFriend, ul.socialSelector li.addFavourite {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: 888888;
}

ul.socialSelector li.addFriend {
padding-left: 26px;
padding-top: 0px !important;
padding-bottom: 16px;

background: url(http://i47.photobucket.com/albums/f176/Aetosxfrog/myspaceadd.jpg) 0px -2px no-repeat !important;
}

ul.socialSelector li.addFavourite {
padding-left: 26px;
padding-top: 10px;
padding-bottom: 16px;

background: url(http://i47.photobucket.com/albums/f176/Aetosxfrog/myspacefriends.jpg) 0px 6px no-repeat !important;
}

ul.socialSelector li.sendMessage {
padding-left: 26px;
padding-bottom: 5px !important;
padding-top: 16px;
margin-bottom: 0px;

background: url(http://i47.photobucket.com/albums/f176/Aetosxfrog/myspacemessage.jpg) 0px 12px no-repeat !important;
}



.friendsbutton {
background-color: 000000;
position: absolute;
left: 50%;
margin-left: -100px;
top: 670px;
height: 250px;
width: 550px;
overflow: auto;
z-index: 4;
}



div.stalkerishStats {
margin-top: 10px;
padding-top: 10px;
border-top-style: solid;
border-top-width: 1px;
border-top-color: 888888;
}

div.stalkerishStats td.stalkerishHead {
padding-right: 10px !important;
}

td.stalkerishHead {
color: b51414 !important;
font: 12px/17px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
font-weight: bold;
vertical-align: top;
text-align: left;
}

td.meDetail_even {
color: e7e7e7 !important;
font: 12px/17px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
font-weight: normal;
vertical-align: top;
text-align: left;
}

td.stalkerishDetail_odd {
color: 888888 !important;
font: 12px/17px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
font-weight: normal;
vertical-align: top;
text-align: left;
}


h3.subhead_stalkerishdetails {
font: 20px Helvetica, Arial, sans-serif;
text-transform: uppercase;
color: 888888;
display: block;
margin: 0 0 10px 0px;
width: 138px; height: 44px;
background: url(PUT IN ME... PIC) top left no-repeat;
text-indent: -5000px;
overflow: hidden;
}

div.rightContent {
margin: 50px 0 0 -380px !important;
overflow: hidden;
margin: 67px 1 0 0; padding: 0;
width: 240px; float: left;
}

.meheader {
background-image: url(http://i47.photobucket.com/albums/f176/Aetosxfrog/meheader36.jpg);
position: absolute;
left: 50%;
margin-left: -400px;
top: 890px;
height: 50px;
width: 200px;
overflow: auto;
z-index: 1;
}


.addcomment {
background-color: FFFFFF;
position: absolute;
left: 50%;
margin-left: -450px;
top: 1500px;
height: 100px;
width: 100px;
overflow: auto;
z-index: 5;
}


object {
position: absolute;
visibility: hidden;
left: 0px;
top: 0px;
}


</style>

Thanks
 
 
Start new topic
Replies (1 - 9)
*Intercourse.*
post Mar 17 2007, 06:28 PM
Post #2





Guest






Can I have a myspace link instead?

Thanks.
 
notmemcgee
post Mar 17 2007, 06:38 PM
Post #3


Member
**

Group: Member
Posts: 23
Joined: Mar 2007
Member No: 509,364



OK here's the page.
 
*Intercourse.*
post Mar 17 2007, 06:39 PM
Post #4





Guest






Oh okay, I thought it was a full blown div and I was missing some codes. Just use this _smile.gif
http://www.createblog.com/forums/index.php?showtopic=122447
 
notmemcgee
post Mar 17 2007, 06:54 PM
Post #5


Member
**

Group: Member
Posts: 23
Joined: Mar 2007
Member No: 509,364



Hmm when I try that code it hides everything below the main picture on the page. Any suggestions?
 
*Intercourse.*
post Mar 17 2007, 07:03 PM
Post #6





Guest






Okay I need all of the coding please?
 
notmemcgee
post Mar 17 2007, 07:05 PM
Post #7


Member
**

Group: Member
Posts: 23
Joined: Mar 2007
Member No: 509,364



As well as whats above here is whats in the I'd Like to Meet section:

<div class="splash"></div>

<div class="comments"><table><tr><td><table><tr><td>


<div class="socialButtons">
<ul class="socialSelector">
<li class="addFriend"><a href="http://collect.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=163873213" title="You know you want to.">Add to Friends</a></li>
<li class="addFavourite"><a href="http://collect.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=163873213" title="You haven't seen anything better.">Favourite Me</a></li>
<li class="sendMessage"><a href="http://mail.myspace.com/index.cfm?fuseaction=mail.message&friendID=163873213" title="I promise I'll be nice.">Send Message</a></li>
</ul>

</div>





<div class="rightContent">
<div class="stalkerishDetails">
<h3 class="subhead_stalkerishdetails">Stalkerish Details</h3>

<table class="stalkerishDetailsTable">

<tr>
<td class="stalkerishHead">General</td>
<td class="stalkerishDetail_odd">God, Skiing, volleyball, soccer, music, bass guitar, food, movies, friends, chillen, sleep, sun, travel, CLW </td>
</tr>
<tr>
<td class="stalkerishHead">Music<br />
<a

<td class="meDetail_even">Just about everything except most country and techno. I could list them all...</td>
</tr>
<tr>
<td class="stalkerishHead">Movies</td>
<td class="stalkerishDetail_odd">Star Wars, V for Vendetta, Minorty Report, The Prestige </td>
</tr>
<tr>

<td class="stalkerishHead">Books</td>
<td class="meDetail_even">The Bible, The Golden Compass, Great Expectations, Blue Like Jazz, Searching for God Knows What</td>
</tr>
<tr>
<td class="stalkerishHead">Education</td>
<td class="stalkerishDetail_odd">Workin on a BSC <br />
</td>

</tr>
<tr>
<td class="stalkerishHead">Job</td>
<td class="meDetail_even">Student!<br />
</td>
</tr>
</table>

<div class="stalkerishStats">

<table class="stalkerishDetailsTable">
<tr>
<td class="stalkerishHead">Status</td>
<td class="stalkerishDetail_odd">Single, Straight</td>
</tr>
<tr>
<td class="stalkerishHead">Type</td>

<td class="meDetail_even">5' 10" / Athletic</td>
</tr>
<tr>
<td class="stalkerishHead">Smoke?</td>
<td class="stalkerishDetail_odd">Never.</td>
</tr>
<tr>

<td class="stalkerishHead">Drink?</td>
<td class="meDetail_even">Socially</td>
</tr>
<tr>
<td class="stalkerishHead">Religion</td>
<td class="stalkerishDetail_odd">Christian</td>
</tr>
<tr>
<td class="stalkerishHead">Children</td>
<td class="meDetail_even">Someday</td>
</tr>

</table>
</div>

<div class="friendsbutton"><a href="http://home.myspace.com/index.cfm?fuseaction=user.viewfriends&friendID=163873213"> <img src="http://i47.photobucket.com/albums/f176/Aetosxfrog/friendsheader36.jpg" border="0" >
</a></div>

<div class="meheader"></div>

<div class="addcomment">

<a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewProfile_commentForm&friendID=163873213"> Add Comment</a>
<a href="http://comment.myspace.com/index.cfm?fuseaction=user.viewComments&friendID=163873213"> View All</a>
</div>
 
*Intercourse.*
post Mar 17 2007, 07:15 PM
Post #8





Guest






So is this good?

link removed
 
notmemcgee
post Mar 17 2007, 07:20 PM
Post #9


Member
**

Group: Member
Posts: 23
Joined: Mar 2007
Member No: 509,364



Yah thats what I was after, thanks alot!
 
*Intercourse.*
post Mar 17 2007, 07:23 PM
Post #10





Guest






Okay

Just add this to the very end of your who id like to meet:
CODE
<div style="position:relative; height:00px; overflow:hidden; border:0px;"><table><tr><td><table><tr><td>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: