Skip to main content
April 14, 2008
Question

CF8.01 and CFMEnu

  • April 14, 2008
  • 12 replies
  • 3402 views
We have been using CFMenu for one of our website menus and had it tweaked and ready for Production. We then applied Coldfusion 8 Updater 1 and this broke the menus on our sites.

The menus are now offset to the left...Has anyone had the same issue and if so what can be done to fix this issue?
    This topic has been closed for replies.

    12 replies

    April 16, 2008
    Hi,
    Thanks for the inputs. We have had some issues with the vertical menu nested in a table. I will log a bug for this. Actually, we upgraded the YUI in CF8.01 and that is causing these issues, the padding is one of the combination which fails. This will take some time to get verified and fixed.
    To fasten the process we would appreciate if you could send us your code.

    -Bhakti
    April 22, 2008
    quote:

    Originally posted by: pingale
    Hi,
    Thanks for the inputs. We have had some issues with the vertical menu nested in a table. I will log a bug for this. Actually, we upgraded the YUI in CF8.01 and that is causing these issues, the padding is one of the combination which fails. This will take some time to get verified and fixed.
    To fasten the process we would appreciate if you could send us your code.

    -Bhakti

    Here is the code that you requested from ClaytonCf8:

    April 15, 2008
    Hi,
    I need to know the exact layout of your website. Are the menus nested inside a pod/layout/tab? Horizontal/vertical menus?
    Are you using any divs/alignments?
    What browser does this show on? And what configuration?
    If you could attach a code snippet it would be great.

    Thanks,
    Bhakti
    April 15, 2008
    The cfmenu block of code is inside a <td> tag. The table width is set at 200px, has a background image, and has the border set to “0”. Those are the only parms on the table. It is a vertical menu with single cfmenuitems inside. There are no nested cfmenuitems inside the cfmenuitems. There are no alignments or div’s, but there is some text padding for the child menus set within the cfmenu tag. The padding is set to “padding:4 0 4 40;” The cfmenuitems are coded as follows :
    <cfmenuitem image="/menu/BtnBckgrnd.png" display="Phone Directories" href="../phone/searchform.cfm" target="_blank" />
    The “/menu/BtnBckgrnd.png” is the image that is being shifted to the right by the padding setting in version 8.01. It is not affected by the padding setting in version 8.0. Text padding should not apply to a background image. This shows up in IE6, IE7, and Firefox 2.0.0.13 on a Windows XP SP2 machine. If they require any other info, please let me know and I will get what they need for them