I have change to (td widht) to 298 but the result is the same.
here is the css for the divs:
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
left:463px;
top:239px;
width:299px;
height:224px;
z-index:1;
display: inline-table;
visibility: visible;
}
#apDiv2 {
position:absolute;
left:462px;
top:239px;
width:294px;
height:219px;
z-index:2;
display: inline;
visibility: hidden;
}
#apDiv3 {
position:absolute;
left:462px;
top:239px;
width:297px;
height:219px;
z-index:3;
display: inline;
visibility: hidden;
}
-->
</style>
Main Topics
Browse All Topics





by: InnerSelfPosted on 2008-05-05 at 04:24:16ID: 21499147
You are using fixed witdth on the TD tag, lower than the image witdh.