Log In · Register

 
 
Closed TopicStart new topic
Need Help!!! Please read
style11
post Jun 12 2007, 07:09 AM
Post #1


Newbie
*

Group: Member
Posts: 1
Joined: Jun 2007
Member No: 533,893



So folks,

i need ur help.
I search the codes...who i have the effect like @

http://www.myspace.com/mystoandpizzimusic

I mean, the picture above the profile andabove the search bar ect. !

The next one...who can i hide the "myspace music" bar ???

thanks a lot !!
 
*digitalfragrance*
post Jun 12 2007, 10:47 AM
Post #2





Guest






Okay. So what they did for the banner was this:

CODE
<style>
body {
margin-top: -150px;
}

</style>

<style>
div.topbanner {
position: absolute;
top: 0%;
left: 50%;
width: 930px;
margin-left: -365px;
height: 293px;
}
</style>

<div class="topbanner">
<img src="http://i13.photobucket.com/albums/a264/pizzitheproducer/top_bannerbw.jpg" width="730">
</div>


The first <style> section focuses on moving the entire page's content up and down to make room for the banner. The second <style> section edits where and how the banner image is placed. The third section (<div>) specifies the image that is used for the banner. If you played with this coding, I'm sure you could get something that worked for your myspace.

As for the music bar, this should work:
CODE
<style>
.musicnav {display: none;}
</style>
 

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