Code:
div.table{
z-index:1002;
position:absolute;
width:500px;
left: 206px;
top: 199px;
}
div.fadeshow2{
z-index:999;
width:622px;
left: 188px;
top: 170px;
height: 205px;
}
Code:
<div class="table">
<div class="fadeshow2">
<table width="100%" height="30" border="0">
<tr>
<h2>
<td width="56"><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu1"></a></td>
<td width="112"><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu2"></a></td>
<td width="91"><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu3"></a></td>
<td width="92"><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu4"></a></td>
<td width="116"><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu5"></a></td>
<td width="100"><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu6"></a></td>
<td width="103"><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu7"></a></td>
<td width="100"><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu8"></a></td>
<td width="102"><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu9"></a></td>
<td width="76"><a href="http://www.dynamicdrive.com" class="menuanchorclass" rel="anylinkmenu10"></a></td>
</h2>
</tr></table>
<div id="fadeshow2"></div>
<div id="fadeshow2toggler" style="width:250px; text-align:center; margin-top:10px">
<a href="#" class="prev"><img src="http://i31.tinypic.com/302rn5v.png" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="http://i30.tinypic.com/lzkux.png" style="border-width:0" /></a>
</div>
</div>
</div>
</div>
This is what i have done, i think i am having problems of linking the div id tag
Bookmarks