I am having an issue with the member menu bar; the inline style that is applied to the <td> is sometimes calculated wrongly, which result in the menu bar being double height.
<div id="extra_top_menu" class="extra_top_menu">
<table class="fixed_menu" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td valign="top">
The inline style is added to that last td which is the left section of the menu bar and at times, it will be too narrow; then clicking on the profile link will cause it to load normally. I am unsure of why this is happening. Can someone point me to the javascript that is dynamically adding this style to the member menu bar?