Image above advertisement?, Not overlapping or hiding.. |
Image above advertisement?, Not overlapping or hiding.. |
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 |
|
|
|
![]() |
May 4 2006, 04:26 PM
Post
#2
|
|
|
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? |
|
|
|
May 4 2006, 06:43 PM
Post
#3
|
|
![]() older and wiser? ![]() ![]() ![]() ![]() Group: Member Posts: 111 Joined: Sep 2005 Member No: 230,022 |
[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 Image above advertisement? May 4 2006, 09:37 AM
This Confession can cover
or hide the advertisment
its against my... May 4 2006, 12:26 PM
k_atastrophik she didn't say she wanted it to cover the ad. ... May 4 2006, 04:19 PM
This Confession ^well gee sorry
i read it wrong.
that won't w... May 4 2006, 04:25 PM
Recesange k_atastrophik, i appreciate you taking the time to... May 4 2006, 06:18 PM
shauna1212 Try this
http://www.createblog.com/scripts/downlo... May 4 2006, 06:29 PM
Recesange I did, what that does is place the image inbetween... May 4 2006, 06:35 PM
Recesange Okay this is working for me at this point, but sin... May 4 2006, 07:56 PM![]() ![]() |