Myspace problem.. |
Myspace problem.. |
Oct 29 2009, 03:38 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 63 Joined: Jun 2009 Member No: 735,129 |
How do i take off the blue myspace bar down tehre.. if erally pissing me off in evrey msyapce i made..
well i got a problem for a mypace for a client http://www.myspace.com/djmelma i dont know.. why the abnenr is not showing good! |
|
|
|
![]() |
Oct 31 2009, 04:30 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Look for this code:
CODE <style> body { margin-top:400px; } .topban { width:800px; height:502px; position:absolute; top:-100; left:50%; margin:0 0 0 -400px; z-index:9; } </style> The second line brings the whole page down by 400 pixels. The third line pulls the top banner up by 100 pixels. Therefore, you'll need to bring the whole page down by 100 more pixels so the top banner won't need any pulling up. The code should look like this: CODE <style> body { margin-top:500px; } .topban { width:800px; height:502px; position:absolute; top:0; left:50%; margin:0 0 0 -400px; z-index:9; } </style> See how that works. |
|
|
|
RealArtDesigns Myspace problem.. Oct 29 2009, 03:38 PM
Mikeplyts I don't see any blue bars... Oct 29 2009, 07:02 PM
RealArtDesigns Forget about the blue bar, can ya help me with the... Oct 31 2009, 07:16 AM
RealArtDesigns Can you help me with the banner i dont know why it... Oct 31 2009, 03:10 PM
RealArtDesigns QUOTE(RealArtDesigns @ Oct 31 2009, 03:10... Nov 1 2009, 07:48 AM
ZeT0 To me it sounds like you're taking this a bit ... Nov 1 2009, 08:33 AM
ZeT0 @Mike; Was funnier when you had - The fuck you tal... Nov 1 2009, 08:57 AM
ZeT0 I'm obviously on this site way to much. I shou... Nov 1 2009, 09:07 AM
Mike It's not displaying because you removed the co... Nov 1 2009, 11:15 AM
RealArtDesigns Thnx to all of ya', sorry if i bad behaved thn... Nov 1 2009, 01:14 PM
Mike Topic closed & moved. Nov 1 2009, 01:20 PM![]() ![]() |