Log In · Register

 
 
Closed TopicStart new topic
Hideing the extended network, no code works.
dogeyboy55
post Jun 23 2006, 06:19 PM
Post #1


Senior Member
*****

Group: Member
Posts: 311
Joined: Jul 2005
Member No: 179,869



Ok I Have Tryed many code to hide the extended network and my blogs and every time i put the code in the right side of my page is missing (about me)

this is the code i used

CODE
<style type="text/css">
table tbody td table tbody tr td.text table {visibility:hidden;}
table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
</style>
 
freeflow
post Jun 23 2006, 06:31 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Post your codes.
 
dogeyboy55
post Jun 23 2006, 06:32 PM
Post #3


Senior Member
*****

Group: Member
Posts: 311
Joined: Jul 2005
Member No: 179,869



CODE
<style>.orangetext15 {display:none; visibility:hidden}</style>
<style>.lightbluetext18 {display:none; visibility:hidden}</style>
<style>.whitetext12{display:none;}</style>
<style type="text/css">.orangetext15 { visibility: hidden; }</style>

<style type="text/css">
C{ This contact table code was generated at http://r4wr.com/ct }
.contactTable {
width:300px !important; height:150px !important; padding:0px !important;
background-image:url(http://resources.mygen.co.uk/contacttables/MustangContactTable.jpg);
background-attachment:scroll; background-position:center center;
background-repeat:no-repeat; background-color:transparent;}
.contactTable table, table.contactTable td { padding:0px !important;
border:0px; background-color:transparent; background-image:none;}
.contactTable a img {visibility:hidden; border:0px !important;}
.contactTable a {display:block; height:28px; width:115px;}
.contactTable .text {font-size:1px !important;}
.contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
.contactTable .whitetext12 {display:none;}C{ Original Coding by Mrk - BBZ - www.myspace.com/contacttables }
</style>


<style type="text/css">
table table table td.text div img {visibility:hidden;}
table table table td.text div {
background-image:url("");
background-repeat:no-repeat;}
table table table td.text table table div img {visibility:visible;}
table table td.text table div, table table table td.text table div {
background-image:none;}
.MCT:active { content: "Online Now! by MCT @ http://myspace.com/contacttables"; }
</style>




<style type="text/css">div strong {display:none;}
table table table table table {background-image:url(); background-position:center; display:block; width:0px; height:0px;}
td.text table {background-image:none;}
td.text table table table {background-image:none; width:0%; height:auto; display:inline;}
</style>



<style type="text/css">
.bbzs1 {content:"Body Properties";}
body {
  background-color:white;
  background-image:url('http://img.photobucket.com/albums/v710/cooldylan36/2005-Ford-Mustang.jpg');
  background-position:bottom left;
  background-repeat:repeat;
  background-attachment:fixed;
}

.bbzs2 {content:"Table and Section Properties";}
table, tr, td {background:transparent; border:0px;}
table table table {background:transparent;}
table table table td {
  background-color:white;
  filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;
}
table table table table td {filter:none;}
table table table {
  border-width:1px;
  border-color:black;
  border-style:solid;
}
table table table table {border:0px;}

.bbzs3 {content:"Text and Link Properties";}
input {background-color:transparent !important;}
td, span, div, input, textarea, a, table td div div font,
div table tr td font {font-family:Verdana !important;}
td, span, div, input, textarea, table td div div font,div table tr td font {color:black !important; font-size:9pt !important;}
.nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12, .blacktext12 span,.redtext, .redbtext, .blacktext10, .btext {color:black !important; font-size:9pt !important;}
a {color:black !important; font-size:9pt !important;text-decoration:none !important; text-transform:none !important; font-weight:normal !important; font-style:normal !important;}
a:hover {color:black !important; text-decoration: underline !important; font-style: normal !important; font-weight: normal !important; text-transform: normal !important; }

.bbzs4 {content:"Other Properties";}
div table tr td font {visibility:hidden;}
div table table tr td font {visibility:visible;}
img {border:0px;}
body, textarea, div {
scrollbar-face-color:white;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:black;
scrollbar-shadow-color:white;
scrollbar-darkshadow-color:black;
scrollbar-arrow-color:black;
scrollbar-track-color:white;}
</style>
 
freeflow
post Jun 23 2006, 06:54 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



This part of your code is causing all your tables to leave:
QUOTE
table, tr, td {background:transparent; border:0px;}
table table table {background:transparent;}
table table table td {
background-color:white;
filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;
}
table table table table td {filter:none;}
table table table {
border-width:1px;
border-color:black;
border-style:solid;
}
table table table table {border:0px;}


That part edits your table colors and everything so you kind of need it. If I were you I would just leave them in.
I tried substituting those codes with other ones but you either loose your tables or get a bad layout. mellow.gif
 
dogeyboy55
post Jun 23 2006, 09:49 PM
Post #5


Senior Member
*****

Group: Member
Posts: 311
Joined: Jul 2005
Member No: 179,869



Is there ANY OTHER way I can fix this?
 
dogeyboy55
post Jun 23 2006, 11:22 PM
Post #6


Senior Member
*****

Group: Member
Posts: 311
Joined: Jul 2005
Member No: 179,869



HELLO? ANY ONE?
 
freeflow
post Jun 23 2006, 11:26 PM
Post #7


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



This is the only one I know of:
http://forum.myspace.com/index.cfm?fuseact...oupID=100636674

There was another script on that place but the link doesn't work pinch.gif
If that doesn't work, then I'm out of suggestions.
 
dogeyboy55
post Jun 23 2006, 11:43 PM
Post #8


Senior Member
*****

Group: Member
Posts: 311
Joined: Jul 2005
Member No: 179,869



Ok well right now All I want is to hide my extended network & blogs and I want my about me (right side of the page) to show up on Fire fox and work on Apple Computers.
 

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