Forum Moderators: open

Message Too Old, No Replies

background and text

         

haku

8:11 pm on Oct 19, 2004 (gmt 0)



is anyone familiar with myspace? i have a background on it but the original format on it and its blocking my background from appearing....i can only see the edges of it.

tedster

12:34 am on Oct 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to the forum, haku.

I suggest you start with a "View Source" of your page when you access it online. This should show more of the details you are working with (or against).

From your description it sounds like they are using a z-index to display something that LOOKS like a background, but is actually a "layer". That would mean your real background shows behind the "layer".

If this is what you discover, and their default code is unavoidable, then you would need to put your background image in a similar <div> (layer) with a higher z-index than theirs.

However, all that is just a guess. See what View Source tells you.