Log In · Register

 
Image above advertisement?, Not overlapping or hiding..
Recesange
post May 4 2006, 09:37 AM
Post #1


Newbie
*

Group: Member
Posts: 6
Joined: May 2006
Member No: 400,719



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
 
 
Start new topic
Replies (1 - 9)
*This Confession*
post May 4 2006, 12:26 PM
Post #2





Guest






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
post May 4 2006, 04:19 PM
Post #3


Member
**

Group: Member
Posts: 12
Joined: Mar 2006
Member No: 387,735



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*
post May 4 2006, 04:25 PM
Post #4





Guest






^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
post May 4 2006, 04:26 PM
Post #5


Member
**

Group: Member
Posts: 12
Joined: Mar 2006
Member No: 387,735



[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
post May 4 2006, 06:18 PM
Post #6


Newbie
*

Group: Member
Posts: 6
Joined: May 2006
Member No: 400,719



k_atastrophik, i appreciate you taking the time to get that much at least. thank you.
 
chauna1212
post May 4 2006, 06:29 PM
Post #7


Senior Member
****

Group: Member
Posts: 140
Joined: Apr 2006
Member No: 399,166



Try this

http://www.createblog.com/scripts/download.php?id=96
 
Recesange
post May 4 2006, 06:35 PM
Post #8


Newbie
*

Group: Member
Posts: 6
Joined: May 2006
Member No: 400,719



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
post May 4 2006, 06:43 PM
Post #9


older and wiser?
****

Group: Member
Posts: 111
Joined: Sep 2005
Member No: 230,022



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
post May 4 2006, 07:56 PM
Post #10


Newbie
*

Group: Member
Posts: 6
Joined: May 2006
Member No: 400,719



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>
 

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