how to place DIV's / html coding?

Sean

New member
so im mking a band myspace layout, i can make a full div overlay and code it but like i have to make scroll boxes for comments and friends. it just dosent look at good at some of the professional ones.

so my question is how can i place a SINGLE image/text over the original myspace. i know how to place the div and it shows up how i want but my main question is how so i secure it in place. every time i change the size of my screen the div moves, i know this because i have it placed at certain pixels. but whats the code that uses pencentages(%) such as left 45%, right 30% and such. i know that the image wont move when i change the screen size of i use this code.

I KNOW NONE OF THIS PROBABLY MADE SENSE, HAHA. BUT JUST LOOK AT THE PICTURES BELOW, ONCE YOU DO IT WILL

here's an example of what im talking about :
the first picture is showing the pictures dived and the original myspace layout under before all the pictures loaded. and the second is when everthing is loaded.

1. http://i159.photobucket.com/albums/t121/jotrn1/Picture1.png

2. http://i159.photobucket.com/albums/t121/jotrn1/Picture2.png
 
I think you're asking about z-index. If you position a div or image as absolute or relative, you can give it a z-index. Higher index are "higher" off the page. So, you could have an overlay div that covers everything with a z-index of 10 or 100 or whatever and then do your content div on top of that with a higher z-index.

I'm not a MySpace user, so I'm not sure if this helps or not. Good luck!
 
Back
Top