Help - Search - Members - Calendar
Full Version: top navigation color help
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
jbarber07
basically..there's a slight gradient over the top navigation and im just curious if theres a code to get rid of this? you can see what im talking about here

http://profile.myspace.com/jbarberlayouts

thank you!



ALSO..is there any way to hide the music bar/navigation thing?
Mickey
The point of putting up a top banner is to cover up the music navigation bar since you can't hide it by code. So, look for this in your codes:

CODE
<style>
.profileWidth table { margin-bottom:852px; width:800px; }
.rail { display:none; }
.gap {
  background:url() top left no-repeat;
  width:900px; height:852px;
  position:absolute; top:0; left:50%;
  margin:0px 0 -400px -852px;
</style>

Replace the values of the height and margin-bottom properties on the gap class with a smaller number until the music navigation bar is under the contact links you made. The 'slight gradient' isn't visible since you've already covered it.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.