Take the following simplified air code, in which I've removed everything
except the DIV tags:
<body>
<div id="FullContainer">
<div id="Banner" style="position:relative; left:0px; top:0px; width:700px;
height:155px; z-index:0">
<div id="TopNav" style="position:relative; top: -155px; width:700px;
height:28px; z-index:1">
<div id="menuButtons" align="right"><img src="images/menubuttons.png"
width="282" height="22">
</div>
</div>
</div>
<div id="InfoCard" style="position:relative; left:0px; top:0px;
width:266px; height:161px; z-index:3;">
</div>
<div id="Left" style="position:relative; left:0px; top:0px; width:266px;
height:168px; z-index:4">
</div>
<div id="Content" style="position:relative; left:266px; top:-333px;
width:434px; height:331px; z-index:0">
</div>
</div>
</body>
This creates a page that displays correctly, with all the DIVs showing up in
the right place. The only problem is that the whole thing is flush left.
I want it centered. I had hoped that wrapping everything up in the
"FullContainer" DIV would allow me to center it, and have everything else
move over accordingly. But when I center "FullContainer", "Banner" acts
appropriately (since its first and the widest), but the other DIVs center
themselves with respect to the window.
What should happen (in my mind) is that InfoCard and Left should line up
flush with the left side of Banner.
How can I do this?
Thanks,
J.R.
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]