Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: Barton
Initial Email Subject: iFrame misbehavior only in Firefox
Support Case Month: August 2012
The two menus on my Calendar page place content in an iFrame, and they work perfectly in Safari (Mac & Windows), Chrome (Mac & Windows), Opera and Internet Explorer.
In Firefox (Mac & Windows), however, the content never gets loaded into the iFrame. What's going on?
Barton
Reply From: Likno Customer Support
Dear Barton,
The iframe (as do frames) requires that you also give it a “name”. When this is missing, it is automatically set to be the same as the ID by most browsers, but not Firefox…
Please add the “name” parameter to your iframe in order to fix the problem:
<iframe id="venue" name="venue" src="first_page.html"
align="center" width="600" height="800" frameborder="0">
</iframe>Regards,
KostasLikno Customer Support
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Reply From: Barton
Of course.
I would have never found this solution on my own. Your response was so clear, so accurate, so fast! Thank you.
Barton
Tags: browsers, chrome, content, css menu, drop-down menu, FireFox, ID, iframe, Internet Explorer, javascript menu, jquery, link, mac, Menu, Opera, Safari, sliding menu, website, windows