Myspace Header... |
Myspace Header... |
Jul 19 2007, 02:53 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2007 Member No: 548,360 |
well here's an example of what I'm looking to do: http://www.myspace.com/rikets
Notice the HUGE image at the top that moves the whole myspace down without hiding the ads? How can I get that on my myspace? |
|
|
|
![]() |
Jul 19 2007, 02:59 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2007 Member No: 548,360 |
Thanks let's see if this works...
btw, i still see an ad on that myspace... |
|
|
|
Jul 19 2007, 03:04 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2007 Member No: 548,360 |
well that code doesn't seem to be changing anything... i even changed the pixels to 500 with no result? :(
I tried viewing the page source... all i've been able to do is put an image at the top which goes under the ad but covers the top links. |
|
|
|
Jul 21 2007, 07:45 PM
Post
#4
|
|
![]() Offline. ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 609 Joined: Mar 2007 Member No: 507,591 |
Here Is A Code I Create Just For This
CODE <style> .topbanner { position:absolute; overflow:hidden; top:0; left:0%; margin-left:0px; width:1024px; height:768px; float:top; } body { margin-top: 768px; </style> <div class="topbanner"> <img src="http://cbimg9.com/graphics/07/07/19/34013c.jpg"> </div> 1]IF YOU WANT THE IMAGE TO BE A DIFFERENT SIZE YOU WILL HAVE TO MODIFY IT. 2] MAKE SURE TO PLACE YOUR IMAGE URL WHERE THE ONE IS. If You Want To Hide The Header Place This In "About Me" Or I'D LIKE TO MEET" CODE <style type="text/css"> div {display:none;} </style> |
|
|
|
![]() ![]() |