Hi,
Try making the div visible but with width / height 0px and overflow hidden. Then when you want to display the FTB set the div to display: inline.
When you next want to hide the FTB you now be able to use the display:none without any problems.
Seems to be working ok for me in both IE6 & FF
Ian