I am having problems getting the Flyout menu to work the same with IE browsers and netscape/firefox.
To see the footer of the sidebox on Firefox or Netscape i have to use the code below. This of course puts a huge gap after the menu in both IE6&7
#categoriescssFooter {
margin-top: 14em
}
If i don't use the above code, the footer is correctly position in both IE6&7 but is immediately after the header (and thus not seen) on netscape & firefox.
It seems the netscape/firefox don't see the nav-cat as something between the header and footer.
Grateful if someone can help me sort this little glitch out please.



