top navigation color help |
top navigation color help |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 76 Joined: Dec 2008 Member No: 703,593 ![]() |
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?
Reason for edit: Please use the Edit button instead of double-posting. - Mike
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
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. |
|
|
![]() ![]() |