Code:
<style type="text/css">
body {
margin: 0px;
background: #1C1C1C;
font-family: "Lucida Grande",Tahoma,Helvetica,Arial,sans-serif;
font-size: 11px;
font-style: normal;
font-color: #fff;
}
#TITLEBG {
width:100%;
height:168px;
z-index:-1;
overflow: visible;
background-image: url(http://xtraservers.com/egl/theme/default/images/TOPBN-Left.jpg);
margin:0 auto;
left: 0;
top: 0;
}
#LOGINAREA {
position:absolute;
width:415px;
height:168px;
z-index:1;
left: 50%;
background-image: url(http://xtraservers.com/egl/theme/default/images/TOPBN-CENTER.jpg);
top: 0;
}
#LOGIN {
position:absolute;
width:320px;
height:22px;
z-index:2;
left: 64px;
top: 69px;
}
</style>
</head>
<body>
<div id="TITLEBG"></div><div id="LOGINAREA"><div id="LOGIN">
<?
//Login Block ////////////////////////////////////////////////////////////////////////////////////
LOGIN SECTION IS HERE..
//End Login Block////////////////////////////////////////////////////////////////////////////////////////////////////////
?></div>
</div>
As you can see my login at,
http://www.xtraservers.com/egl
it isnt going anywhere no matter how i put any code in it stays in the same spot. whats going on? need help bad. "still newb at css a lot i been playing with this for the past few days."
Help would be greatly appreciated. Basically i want to know why its not going anywhere so then i can do my margins or w/e to make it position correctly.