That's not the body, it's the wrapper div. But either way I'm not sure how it's getting in front of the gel button.
That said, adding the highlighted to the gooeymenu.css file (near the beginning) will take care of it:
Code:
hr{
margin:50px 0;
color:#eee;
}
ul li.active{ /*IE6 hack- hide gooey effect from that browser*/
_visibility: hidden; /*IE6 rule*/
}
/* ######### Gel Menu CSS ######### */
ul.gelbuttonmenu{
position:relative;
padding: 0;
margin: 0;
margin-bottom:1em;
z-index: 1;
text-align: center; //set value to "left", "center", or "right"*/
}
ul.gelbutt
Bookmarks