Basically I have a page in sharePoint 2007. That contains two web parts.
The first webpart is a custom navigation system created with css that is a drop-down menu. The second webpart is an excel spreadsheet.
When you hover over a link in the dropdown menu, the menu extends into the second webpart. Since the menu extends this far once you scroll into the second web part the menu disappears.
Ive got a temporary solution to extend the first webpart by 200px but this solution is not good enough as it adds too much noticeable whitespace.
I really do not know what I can do to fix this. but any ideas would help.