New Navigation Bar |
New Navigation Bar |
Jun 18 2008, 07:29 AM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 21 Joined: Apr 2007 Member No: 517,535 |
I found that this hides the search bar:
CODE <style type="text/css">.profile {display:none !important;}</style> This hides the "a place for friends" logo CODE <style type="text/css">.profile a {display:none !important;}</style> This hides the User Shortcuts: CODE <style type="text/css">.profile select {display:none !important;}</style> This hides everything to the right of the User Shortcuts: CODE <style type="text/css">.profile form {display:none !important;}</style> Hide Everything but the ad (i need to improve it so it works in IE better too): CODE <style type="text/css">
div td {display:block !important;height:0px;} .profile, div ul {display:none !important;}</style> |
|
|
|
![]() ![]() |