Forum Moderators: not2easy
here is a sample code that shows what I am talking about:
<html>
<body>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="100%">title</td>
</tr>
<tr>
<td style="position:relative;width:100%; height:100%; z-index:0;">
<!-- here I place some div at specific screen coorinates (some of them may span to the right of the screen -->
<div style="position:absolute; left:500px; top:40px;width:700px;height:20px"></div>
</td>
</tr>
</table>
</body>
</html>
can anyone know how I can fix this?
I must use absolute positioning for the divs.
thanks in advance
someone, please correct me if I am wrong.
cheers,
kat