Results 1 to 4 of 4
Related
-
Click right side of image for next image, left side back? Forum: Javascript Forum
Replies: 3 -
Having trouble adding top image over background image Forum: Myspace Forum
Replies: 3 -
image Forum: Graphics Forum
Replies: 1 -
Need Help! Image from another source displays if first image errors... Forum: HTML Forum
Replies: 14 -
How do I swap an image for BOTH an image and a sound? Forum: Website Scripts Forum
Replies: 1
-
04-17-2009, 01:26 AM #1
Put an image over the top of something?
THATS IT. im sick of this. ive been trying for days to find out how to put my own image (eg. photobucket, tinypic) over the TOP of the .profileinfo section (the one with your display picture/name/age)
im using myspace music profile, and im attempting to get the profile like this one:
www.myspace.com/ftcaus
THIS here is MY bands profile that im trying to get the same thing working.
www.myspace.com/forgetnotthesilenced
and lastly, heres the code that wont work, im not a big wiz with HTML or code or anything...
<div .."
{position:absolute;
left:50%;
top:1480px;
margin-left: -396px;
width:304px;
height:316px;}
</style>
<div class="image">
<a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewAlbums&friendID=391161242">
<img src="http://i256.photobucket.com/albums/hh174/jackalhaste13/Display.jpg" alt="fnts Photos" border="0" />
</a>
</div>
-
05-04-2009, 10:55 AM #2
Re: Put an image over the top of something?
Try this code, place it between your style tags.
.profileInfo td.text a img {visibility:hidden;}
.profileInfo td.text a {display:block;
width:100px; height:100px;
background-image:url(URL);}
Replace URL with the URL to the image.
and you might have to change these: 100 with the size of the picture you're placing there.
I'm not on much anymore,
so please be patient myspace coders!
-
07-02-2009, 12:29 AM #3
Re: Put an image over the top of something?
I've been wondering the same thing. Thanks for the help
-jim
-
08-04-2009, 05:17 PM #4
Re: Put an image over the top of something?
no problem, let me know if it works/doesn't work.
I'm not on much anymore,
so please be patient myspace coders!
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum