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
|
|
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> |
|
|
![]() ![]() |