Forum Moderators: not2easy
Code -
.menuBarItems {
width: 132px;
height: 35px;
text-align: center;
overflow: hidden;
position: absolute;
background-image: url(../images/Menubar-plus-11pixels.jpg);
background-repeat: repeat;
vertical-align: text-middle;
}
.firstLevelMenuRowClass {
height: 35px;
background-image: url(../images/Menubar-plus-11pixels.jpg);
background-repeat: repeat;
position: relative;
top: 0px;
left: 0px;
z-index: 10;
}
.menuFonts {
font-family: HELVETICA;
color: ffffff;
position: absolute;
top: 64px;
left: 0px;
z-index: 4;
}<table width="100%" cellspacing="0px" cellpadding="0px" class="menuFonts">
<tr id="firstLevelMenuRow" class="firstLevelMenuRowClass">
<td id="cell1" style="left: 136px; top: 64px;" class="menuBarItems">Company Sales</td>
</tr>
No idea whats going on. Thanks in advance.