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

Font size when using cfmenu and cfmenuitem

New Here ,
Jul 30, 2013 Jul 30, 2013

I am using cfmenu and cfmenuitem to create my menus.  When I change the font-size using "fontsize" in cfmenu or using "font-size: 12pt;" in css style configuration the menu name buttons display does not change in size.  Other things in the style configuration change when display, but not size.  Any thoughts are welcome.

TOPICS
Getting started
522
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
Enthusiast ,
Aug 05, 2013 Aug 05, 2013

Hi 

Can you test the code mentioned below

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

</head>

<body>

<cfmenu name="menu" type="horizontal" fontsize="22" bgcolor="##CCFFFF">

    <cfmenuitem name="coldfusion"

      

       href="http://www.adobe.com/products/coldfusion" display="ColdFusion">

      

        <cfmenuitem name="buy"

      

       href="http://www.adobe.com/products/coldfusion/buy/" display="Buy"/>

      

    </cfmenuitem>

   

   

    <cfmenuitem name="Trial"

   

    href="http://www.adobe.com/" display="Trial">

    <cfmenuitem name= "Download"

   

    href="http://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion&promoid=DJDUK" display="Download"/>

   

    </cfmenuitem>

    

   

   

</cfmenu>

</body>

</html>

I tested the same with font size 22 , result is:

size_22.jpg

I tested the same with font size 12 , result is:

Size_12.jpg

Thanks

VJ

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
New Here ,
Aug 05, 2013 Aug 05, 2013
LATEST

Thanks for sending the code. I’m very busy for a couple of days and can’t get to it. Will let you know the outcome. Thanks for your help.

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