Dear Pros,
Attached hereby is my error screen-shots, as you can see, before I refresh my page the layout is nice (see attachment beforeReload.jpg), but after I reloaded my page, the layout will have massive problems (see attachment afterReload.jpg), and if I keep reload the page, sometimes it will give me back my proper layout ((see attachment beforeReload.jpg). So Can you tell me what I did to make my page so naughty? or shud i use another way to do the same layout? I tried div but no luck, now I am using table, Here is the code. Sorry my css is messy.
HTML Code
<div class="upperLeft"></div><div class="nt_op"></div><div class="upperRight"></div>
<table id="nContainer" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="l_eft"></td>
<td class="nboxContent">
<center><h2>PEACE!!</h2></center>
</td>
<td class="r_ight"></td>
<td></td>
</tr>
</table>
<div class="lowerLeft"></div><div class="nbottom"></div><div class="lowerRight"> </div>
CSS
.upperLeft, .nt_op, .upperRight, .l_eft, .nboxContent, .r_ight, .lowerLeft, .nbottom, .lowerRight, .ct_op, .cboxContent, .cbottom {float:left; padding:0; margin:0;}
.upperLeft, .upperRight, .l_eft, .r_ight, .lowerLeft, .lowerRight {width:25px; height:25px;}
.nt_op, .nboxContent, .nbottom {width:440px;}
.upperLeft {background:url('images/Simages/upperLeft.gif') no-repeat; }
.nt_op,.ct_op {background-image:url('images/Simages/top.gif'); height:25px;}
.upperRight {background:url('images/Simages/upperRight.gif') no-repeat;}
.l_eft {background:url('images/Simages/left.gif') repeat; width:25px; height:100%; }
.nboxContent, .cboxContent {background-color:#1D1D1D; height:100%; }
.r_ight {background:url('images/Simages/right.gif') repeat; width:25px; height:100%;}
.lowerLeft {background:url('images/Simages/lowerLeft.gif') no-repeat; }
.nbottom, .cbottom {background-image:url('images/Simages/bottom.gif'); height:25px;}
.lowerRight {background:url('images/Simages/lowerRight.gif') no-repeat;}
Regards,
Noob T_T