i'm trying to create a div with a fixed height and width. The div will contain a SWF file whose size is bigger than the size of my div. I'm doing this because i need to create a flash with menus that contains pop-up menus upon hover but i want the pop-ups to be invisible initially so i'm trying to hide them by giving the div a dimension that will show only the main Menu and the secondary menu will be "hidden" tru "overflow: hidden" css property.
my problem is, the "overflow: hidden" is not working on Firefox. It doesn't hide the overflowed part but only stretches the div and expose the entire flash movie.
here's my sample html:
http://www.fathermarcuss.com/overflowtest/
thanks in advance
Bookmarks