View Full Version : Div layers on Xanga


FoxxyAngl143
11-09-2004, 11:28 PM
Does div layers work on xanga? because im having troubles with them on my xanga, but on a normal site i tested out, they work. What im having trouble doing is moving the divs around. on xanga, they just position themselves one right after each other, but on the regular site, they moved according to the "top" and "left" that i specified, which is what i want it to do on xanga. plz help, im VERY confused!

coneblue45
11-10-2004, 12:18 AM
post the code your using because divs work perfectly fine on xanga... at least i think so

FoxxyAngl143
11-10-2004, 08:04 PM
These are my codes, is there something wrong????

<div style="position:absolute; width:871px; height:499px; z-index:1; padding:5px; border: 1px solid #000000; background-image: url(http://www.msnusers.com/gp6pi0d2303begdfavjr0bbv44/Documents/Pictures%2Fvondutch2.JPG);">
</div>

<div id="layer2" style="position:absolute; top:109px; left:200px; width:450px; height:320px; z-index:2; padding:5px; border: none; background-image: url(http://www.msnusers.com/gp6pi0d2303begdfavjr0bbv44/Documents/Pictures%2Fvondutch%5Ftext.JPG); background-attachment: fixed; overflow:auto;">

Monkey Bizzle
11-10-2004, 08:15 PM
well, the fact that you have position: absolute but then no positioning could have something to do with it...

FoxxyAngl143
11-10-2004, 08:24 PM
what do you mean no positioning?

Monkey Bizzle
11-10-2004, 08:50 PM
When you use postition: absolute you are telling the browser to position your wahatever exactly in the place you tell it to. usually, a measuerement from the top and left will come after the position attribute but you don't have that... so, you aren't really positioning them after all...