Results 1 to 4 of 4

Thread: Ger Versluis 2000 version 5.411 (font problem)

  1. #1
    Join Date
    Feb 2009
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Ger Versluis 2000 version 5.411 (font problem)

    1) Script Title: HV Menu v5.5

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...menu/index.htm

    3) Describe problem: I tried changing the fonts but the font type and font size are not responding when I change the parameters. Help!!!!!

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Make sure your changing:
    Code:
    #toprightdivbox a{
    font-weight: bold;
    margin-right: 4px;
    text-decoration: none;
    color: #98A741;
    }
    To look something like:
    Code:
    #toprightdivbox a{
    font-weight: bold;
    margin-right: 4px;
    text-decoration: none;
    color: #98A741;
    font-family: georgia;
    }
    Jeremy | jfein.net

  3. The Following User Says Thank You to Nile For This Useful Post:

    april2915 (02-17-2009)

  4. #3
    Join Date
    Mar 2010
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default hvmenu Fonts Enlarged In FireFox 3.5.8

    The menu I created with hvmenu 5.5 look great in IE8, IE7, Opera 10.10 and chrome 4. However, when I view the page in FireFox (ver. 3.5.8) the font sizes in the menu I created with hvmenu are all drastically enlarged.

    I really like this script and would dearly love to use it on a site I'm developing. Does anyone have any recommendations? Any help would be greatly appreciated.

  5. #4
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    Then you did something wrong, since the font size looks OK in the DD page you're referring to.
    ===
    Arie Molendijk.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •