Image above advertisement?, Not overlapping or hiding.. |
Image above advertisement?, Not overlapping or hiding.. |
![]()
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 |
|
|
![]() |
![]()
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? |
|
|
![]()
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... |
|
|
![]() ![]() |