Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfmenu / cflayout rendering issue

Guest
May 13, 2008 May 13, 2008
I've created a cflayout with three vbox areas. The first has a menu inside, the second is a filtering area and the third is the output. The problem I have is that the flyout menus will display, however, when I move the cursor to select the flyout menus, they lose focus, making it impossible to click. The code works fine in IE6 and IE7, but Firefox has the issue described above. Create the following and test using Firefox. Select the "Administrator" menu item and try to pick from the child menus it displays. Any ideas??

The code (simplified for this post) is as follows:
TOPICS
Advanced techniques
448
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Deleted User
May 15, 2008 May 15, 2008
Just dumb luck...I added the "overflow" attribute to the cflayoutarea tag, "menu". Set overflow to "visible" and the menu is keeping focus.

<cflayoutarea name="menu" source="menu.cfm" overflow="visible"/>

I hope this may help someone else with cflayout issues.
Translate
Guest
May 15, 2008 May 15, 2008
LATEST
Just dumb luck...I added the "overflow" attribute to the cflayoutarea tag, "menu". Set overflow to "visible" and the menu is keeping focus.

<cflayoutarea name="menu" source="menu.cfm" overflow="visible"/>

I hope this may help someone else with cflayout issues.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources