here's my code.. the divs aren't listing below one another.
<div id="headerfront">//phpcode</div>
<div class="qclass">
//php code
</div>
<div id="amount" class="aclass">
//phpcode
</div>
#headerfront {
display:block;
position:absolute; width:100%; top:0px; left:0px; height:115px; text-align:center; background-image:url("headerbackground.jpg"); }
.qclass {
display:block;
width:1000px;
margin:0 auto;
}
.aclass {
display:block;
margin:0 auto;
}
how do i get the divs to list under one another? they all seem to start at the top. there are a collection of elements in the php code.. so unordered list is not appropriate.