Here's my problem. Unfortunately I have the need to load up fully qualified html documents into my page. (think tens of thousands of mini sites). I also have the need to be as handicap accessible as possible. (So ajax is essentially out, screen readers aren't up to snuff yet). Thus I'm using an iframe. The unfortunate part is that I have navigation menus that appear over the iframe.. but when the mouse hits an element over the iframe firefox believes this to be a mouseout and hides the navigation. (IE6 , 7 and Safari seem to respect the z-index of my navigation.) Has anyone here run into this? and or used Prototype to solve this issue? Is there a way to get a Div to act like an Iframe yet not use Ajax?
Much thanks to anyone with advice. -P --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---