Again add to the style section on the page (from sample.htm, additions now green):
Code:
<style>
all.clsMenuItemNS, .clsMenuItemIE{text-decoration: none; font: bold 12px Arial; color: white; cursor: hand; z-index:100}
#MainTable A:hover {color: yellow;}
#MainTable {
width:90%;
padding-left:20px;
margin-top:-10px!important;
margin-top:0;
}
</style>
The -10px is for FF (to get it to move higher) the 0 for IE (to leave it where it is), adjust as needed. Values can also be positive:
which will push it down the page.
Bookmarks