Hiding the Extended Network, without leaving the box behind?? |
Hiding the Extended Network, without leaving the box behind?? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 125 Joined: Jun 2005 Member No: 156,341 ![]() |
Hello all!
I tried the codes in the scripts section to hide my extended network box. It takes away any content in the box, but still leaves the border to the box it was in behind, and it's really small. Is there a way to get rid of the box all together? |
|
|
![]() |
![]()
Post
#2
|
|
![]() Addict ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 3,918 Joined: Jun 2007 Member No: 538,522 ![]() |
Yes, it is conflicting scripts in your coding. This takes away your Extended Network banner, but because the script you're using defines the banner and tables in the same piece of code your red borders won't show either. Depends whether or not you like this, let me know what you think first:
CODE <style type="text/css">
.userProfiledetail { display:none; } .userProfileURL { display:none; } .friendsComments { display:none; } .blurbs {display:none} .friendSpace { display:none; } .interestsAndDetails { display:none; } </style> <style type="text/css"> .extendedNetwork {display:none;} </style> <style type="text/css"> .mygen { Created using MyGen 2.5 - www.mygen.co.uk } .mygen { Background Properties } table, tr, td { background-color:transparent; border:none; border-width:0;} body { background-color:000000; background-image:url("http://img207.imageshack.us/img207/4017/icpflamepaperpv4.jpg"); background-attachment: fixed; background-position:center center; background-repeat:no-repeat; scrollbar-face-color:000000; scrollbar-highlight-color:CC2222; scrollbar-3dlight-color:CC2222; scrollbar-shadow-color:CC2222; scrollbar-darkshadow-color:CC2222; scrollbar-arrow-color:FFEE22; scrollbar-track-color:000000; } .mygen { Table Properties } table table { border: 0px } table table table table{border:0px} table table table { border-style:solid; border-width:0px; border-color:CC2222; background-color:transparent; } table table table td { border-width:0px; background-color:000000; filter:alpha(opacity=90); -moz-opacity:0.90; opacity:0.90; -khtml-opacity:0.90; } table table table table td {filter:none;} .mygen { Text Properties } table, tr, td, li, p, div { font-family:verdana; color:FFFFFF; font-size:9px; } .btext { font-family:verdana; color:FFEE22; font-size:9px; } .blacktext10 { font-family:verdana; color:FFEE22; font-size:8px; } .blacktext12 { font-family:verdana; color:000000; font-size:8px; } .lightbluetext8 { font-family:verdana; color:FFEE22; font-size:9px; } .orangetext15 { font-family:verdana; color:FFEE22; font-size:9px; } .redtext { font-family:verdana; color:FFEE22; font-size:9px; } .redbtext { font-family:verdana; color:CC2222; font-size:9px; } .text { font-family:verdana; color:FFFFFF; font-size:9px; } .whitetext12 { font-family:verdana; color:FFEE22; font-size:9px; } a:active, a:visited, a:link { font-family:verdana; color:FFEE22; font-size:8px; } a:hover { font-family:verdana; color:EE6622; font-size:8px; } a.navbar:active, a.navbar:visited, a.navbar:link { font-family:verdana; color:FFEE22; font-size:8px; } a.navbar:hover { font-family:verdana; color:EE6622; font-size:8px; } a.redlink:active, a.redlink:visited, a.redlink:link { font-family:verdana; color:FFEE22; font-size:8px; } a.redlink:hover { font-family:verdana; color:EE6622; font-size:8px; } .nametext { font-family:verdana; color:FFEE22; font-size:12px; } .mygen { Miscellaneous Properties } div table tr td font {visibility:hidden;} div table table tr td font {visibility:visible;} tr {background:transparent;} body table div font a, body table div div {visbility:hidden;} body table table div font a, body table table div div {visibility:visible;} </style> <style type="text/css">body, a:hover {cursor:url(http://cursors.skemnine.com/skull.ani);} .cursor {position:absolute; top:0px; right:0px; z-index:9;}</style> <style type="text/css"> .contactTable {width:300px!important; height:150px!important; padding:0px!important; background-image:url("http://i34.photobucket.com/albums/d119/a_forgotten_ghost/icpcontact3.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;} </style> <style type="text/css"> .nametext{background-image:url(http://i34.photobucket.com/albums/d119/a_forgotten_ghost/MySpace%20Layout/GHOST2.gif );background-position:POSITIONHERE;background-repeat:no-repeat; overflow:hidden;height:28px;width:68px; font-size:0.5px;text-align:left;color:000000;padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;display:block;line-height:0px;} </style> <style> div div select, div div form {display:none !important;} select { filter:alpha(opacity=0); } </style> <xmp class=off><style type="text/css">body, *, form, div, table {display:none;}</style></xmp> </td></tr></table><table style="display:none"><tr><td> |
|
|
![]() ![]() |