hide profile script problem |
hide profile script problem |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 192 Joined: Jan 2006 Member No: 361,578 ![]() |
i have a div layout so i would like to hide my profile but leaving the comments & friends exactly the way i set them + leave the centered navigation links.
so i used this code: hide profile and still having comments i tired to remove some bits of the code so i could still have my navigation links but then there was no way to center them again :( plus, the script changed my comments: it removed some of my name's friends in my top 8 and remove the number of friends i have. so is there a way not to change my comments & friends AT ALL? and center my navigation links? i would be really grateful!! ![]() |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
For the navigation links just make your own. Keeping them is more of a hassle. So just make your own. Make a div and position it in the center and put the links you want in there.
And secondly, try removing this while you add the script, why? Because this is whats hiding your link etc. Not the script. CODE <style>.comt td, .comt table{width:0px!important; height:0px!important; background-color:transparent!important; border:0px!important; _padding:2px!important;} .comt .comt td, .comt table, .comt td a img, .comt td td td a, .comt td b a, .comt td .redlink{visibility:visible;} .comt td td td b{top:0px; display:inline;} .comt .orangetext15{display:none;} .comt td b, .blacktext10 {display:block;} .comt table, .comt td b, .comt .btext, .redlink{position:relative; top:-9px;} .comt {z-index:7;}
JB{The Main: comment div;} .comt {width:360px; height:250px; overflow:auto; background-color:transparent; border:0px solid; border-color:739AC5; position:absolute; top:920px; left:270px; margin-left:10px;} JB {Timestamp: width;} .blacktext10 {width: 170px;} .text .text table table td {color:FFFFFF; letter-spacing:0px; text-align:left;} JB{hides: .. now images only in top 8} .comt td td td td div{display:none;} JB{resizes: images posted in comments} .comt td td td img {width:160px; max-width:160px; _width:70px !important;} .comt td embed { max-width: 160px !important; width: 160px !important; } JB{resizes: linked images including friends profile pic} .comt td td td a img {width:80px; max-width:100px; _width:80px !important;} JB{resizes: top 8 friend pics} .comt td td td td img {width:60px!important;} </style> |
|
|
![]() ![]() |