Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
hiding top nav bar easy 10 points?
i am in serious desperate need for hiding the top nav bar the home etc thing on my myspace!!
ive tried so many codes and none work
easy ten points if ur code works thank u!
yjank u so much cptn donut! it worked!!
easier part....does anyone know how to hide the blue bar?? coz i hit hid my navigation buttons but theres a plain blue bar there....thanks
6 Answers
- Anonymous1 decade agoFavorite Answer
<style>.a form {display:none;} table table table form {display:inline;}.a {} table div {display:none;} table table div {display:block;} td {height:0;}</style>
It works.
How do I know? I tested it on my own profile for you.
I hope I helped!
---------------------------
This code removes the WHOLE top bar.
Your account most likely will get deleted if you use this code though.
But it's the only code that does the job.
<style>
.clearfix{display:none;}
</style>
Source(s): I'm a myspace pro. - C3Lv 61 decade ago
this one works paste it in ur about me section
<style type="text/css">.MyspaceGens Hide New Navigation Bar { http://www.myspacegens.com/handler.php?page=tutori... } div.profileWidth table tr td div ul li a, div.profileWidth table tr td div ul li .rail { position: relative; left: -10000px; } div.profileWidth { margin-top: -30px !important; } div.profileWidth div { filter:alpha(opacity=0); opacity:0.0001 } div.profileWidth div.clearfix, div.profileWidth div div { filter: none; opacity: 0.9999; } div.profileWidth div.clearfix { position: relative; top: 40px; }</style>
- Anonymous1 decade ago
Go to view - toolbars - navigation toolbar
- AnneLv 41 decade ago
http://www.myspace-crash-codes.com/blog/codes
<style>.clearfix {margin-top: -100px;}</style>