Sorry, I only checked in FF. In IE it is different. This is a more complex solution but works with your markup in IE, FF and Opera -
Add an id to the the menu table (and get rid of the height="0", that's meaningless):
Code:
<table id="anyl" style="background-color:#01009a;" width="780">
<tr>
<td> <a href="index.html" class="menutext">Home </a> <b><font size="3" color="white">|</font></b>&nb
Add these styles, instead of the ones I mentioned before:
Code:
#anyl font {
line-height:80%;
}
#anyl td {
padding:0;
padding-top:1px;
}
#anyl.table {
border-collapse:collapse;
}
* html #anyl td {
padding-top:0;
padding-bottom:1px;
}
Bookmarks