<tr>
<td>
<img src="images/brain_06.jpg" alt="" width="550" height="34" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="416,14,545,145" href="http://www.infobahnworld.com" target="_blank">
<area shape="rect" coords="2,3,105,35" href="http://www.facebook.com/pages/BrainoBrain-Jumeira/285987171413272">
</map>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End ImageReady Slices -->
</td>
</tr>
</table>
</body>
i wants to add div inside the table so it will take table width but its not working, i want dis to settle at table bottom ,not the bottom of the page
how can i do that
plz help
css:
#myDiv
{
position: fixed;
left:0;
bottom: 0;
width: 100%;
height: 100%;
opacity: 0.6;
background-color: Red;
Bookmarks