QUOTE(schizo @ Aug 23 2008, 12:56 PM)

Moved to Myspace Support.
Could you give us your codes and a preview, maybe? There are different ways to position things depending on what you're trying to do and how the rest of your code looks.
This is my code.
CODE
.credit {
position:absolute;
left:50%;
top:0%;
margin-left:-336px;
margin-top:279px;
background-color:transparent;
width:auto;
height: 79px;
text-align:justify;
visibility:visible;
z-index:3;
}
.hikaribliss {
display: block;
height:40px;
width:73px;
background-COLOR:transparent;
background: url('http://i240.photobucket.com/albums/ff218/xx__yuna__xx/01CREDITrollover.jpg');
background-position:top left;
background-repeat: no-repeat;
}
.hikaribliss:hover {
background-position: bottom left;
border:none;
background-color:transparent;
}
I remember you telling me to add something.
But I'm not sure what to add and where to make it stay in one place for all resolutions.