Thread: Problems with the top image
Results 1 to 4 of 4
Related
-
Having trouble adding top image over background image Forum: Myspace Forum
Replies: 3 -
Image rollover problems Forum: HTML Forum
Replies: 0 -
Image problems Forum: HTML 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
-
09-03-2009, 12:48 PM #1
Problems with the top image
hi there.
Im making a site for my band and im having problems.
I use this code to put the whole site down some pixels:
<style>
body{
background-position:top center;margin-top: 435;}
</style>
But the thing is that I dont want the Myspace Info box: Mailbox, friends... to be moved aswell. Shall I use another code?
check this site to get the idea:
http://www.myspace.com/madnessliveprods
Well, I hope you can solve this.
thanks a lot
Miguel
-
10-05-2009, 11:20 PM #2
Re: Problems with the top image
Use the CSS selectors for that.
It can be a bit tricky to get it to look right in different browsers (myspace's fault).
But you can account for the differences if prepared correctly.
For example to move the profileurl down 20pixels this would be it:
profileURL {
position: relative;
top:20px;
}
You should be able to get all of the css selectors by the coding you're using now, or view the page source of your myspace page, and write down all of the x's in the following example:
id="XXX"
Those x's will be the id's of those sections.
play with those, and you will learn which one is for what section (some of the names are really obvious).
I'm not on much anymore,
so please be patient myspace coders!
-
12-26-2011, 12:50 AM #3
Re: Problems with the top image
Want a clear answer? Please make it simple.
-
02-29-2016, 12:26 AM #4
Re: Problems with the top image
You should be able to get all of the css selectors by the coding you're using now, or view the page source of your myspace page, and write down all of the x's in the following example:
id="XXX"
Those x's will be the id's of those sections.
play with those, and you will learn which one is for what section (some of the names are really obvious).
JAMES