Flash on top of normal HTML -


In our web application we are planning to develop top navigation in Flex and page content in normal HTML. Top NAV menus, hair nodes are shown, children should be shown at the top of the HTML content, so to work properly, the top navigation for the overlay should be the height of the SWF file. Initilly the height of the top navigation will say 40 px. It should be 200px.ie on the hover, should the height of SWF file be 200px? If this is the initial case (not hover) then there will be some space between the top NAV and the HTML content. Or should I come to use some CSS in HTML content? Please give some suggestions on how to implement it. Any kind of help would be appreciated.

Thanks, Jish

If you make SWF 200px and just sit in it You are right when a section is above the page content on your page, when the menu is not showing dropdown items, then you will have an interval.

I think your best solution depends on your SDF content with a high Z-index 200px div on the content of your site that you can put it in a container device with a complete position Which keeps 40 px from the top of the page. This should work with a transparent SWF background ... but I think problems are being provided in older versions of FF and perhaps others with transparent SWFs. Generally I have discussed this about floating an advertisement on the page and the action for non-inoperative browsers is to redirect a page without ads, but it will not work in your menu.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -