Log In · Register

 
Myspace problem..
RealArtDesigns
post 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!
 
 
Start new topic
Replies
Mickey
post 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.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: