Help - Search - Members - Calendar
Full Version: Image above advertisement?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
Recesange
I was wondering what code i would need to enter, and where to get an image to appear over the adverstisement and search bar?

Here is an example of what i mean.


http://profile.myspace.com/index.cfm?fusea...iendID=23294074



thanks for any help.


ps. i saw the script for an image above the nav bar, but like in the example i want it above the advertisement
This Confession
can cover
or hide the advertisment
its against myspace rules.

sorry.

if you want the code to put a image over it
we'll be more than happy to give it to you
i would think..
k_atastrophik
she didn't say she wanted it to cover the ad. she said she wanted it above the add.


i looked in the source code. i found this. i don't know if it will work but here goes nothing!

[edit out]
This Confession
^well gee sorry
i read it wrong.

that won't work also.
you should test stuff before giving it to people if you really want to help
k_atastrophik
[EDIT]

Okay so i was looking in the source code some more and I found the code that puts this image at the top, but i can't find the code that moves the whole myspace down so that the ad doesn't cover the image.

this is what puts the image up there.
CODE
<tr valign="top">
<div class="topbanner">IMG URL HERE</div>
<style>
div.topbanner {
position: absolute;
top: 20;
left: 49%;
margin-left: -310px;
width: 648px;
height: 360px;
}
</style>



can someone help me find the one to move the myspace down?
Recesange
k_atastrophik, i appreciate you taking the time to get that much at least. thank you.
chauna1212
Try this

http://www.createblog.com/scripts/download.php?id=96
Recesange
I did, what that does is place the image inbetween the nav bar and the advertisement. It also causes the search bar and links above the adverstisement to become distorted on my page. But in any case, the image still shows below the advertisement. check out the example to see what i am looking for. But thank you for the attempt.
justbishop
QUOTE(k_atastrophik @ May 4 2006, 5:26 PM) *
[EDIT]

Okay so i was looking in the source code some more and I found the code that puts this image at the top, but i can't find the code that moves the whole myspace down so that the ad doesn't cover the image.

this is what puts the image up there.
CODE
<tr valign="top">
<div class="topbanner">IMG URL HERE</div>
<style>
div.topbanner {
position: absolute;
top: 20;
left: 49%;
margin-left: -310px;
width: 648px;
height: 360px;
}
</style>

can someone help me find the one to move the myspace down?

Could you not use that code, and wrap the rest of the layout in a DIV tag, giving it a name? Then you could move that down as much as you wanted with CSS. Sorry, I haven't tested that or anything, just brainstorming...
Recesange
Okay this is working for me at this point, but since my abilities are great in the area of C&P (copy and paste) i am not sure if there is useless stuff here. I just play with the margin, and top and left %s to align it. i apologize if this is totally crude.

CODE
<STYLE>
body{ font-size:x-small;
background-color:none;
overflow-x:hidden;
background-attachment:fixed;background-repeat:repeat-y;
margin-top: 600; background-position-y:center}

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

<div class="topbanner">
  <IMG SRC="url" border="1" width="700" height="500"></div>
</STYLE>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.