
24th March 2008, 11:15 AM
|
 |
Meister Member
|
|
Join Date: Dec 2005
Location: Denmark
Posts: 995
WTGs: 11
WTGd at 16 Times in 2 Posts
Thanks: 624
Thanked 1,127 Times in 358 Posts
Reputation Points: 6025
Rep Power: 46
|
|
|
The menu bar has an uneven number of <TD> tags within the <TR>-tags for the same table. (9 in the first row and 8 in the second row)
Simply just add a empty TD last in the second row will fix it.
Ie. adding:
<td class="vbmenu_control"> </td>
right after the 'NEWS' link.
|