Results 1 to 1 of 1

Thread: Missing code in CSS file for Smooth Nav Menu

  1. #1
    Join Date
    Jan 2011
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Post Missing code in CSS file for Smooth Nav Menu

    1) Script Title: Smooth Navigational Menu (v1.5)

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

    3) Describe problem:
    The css file for the vertical menu (ddsmoothmenu-v.css) is missing a small bit of code which the horizontal menu (ddsmoothmenu.css) contains. This missing code causes the position of the arrows in the vertical menu to slide over instead of remaining in a fixed position as your example shows.

    Here is the code which is in the horiz menu, but not the vertical one:
    Code:
    /* ######### CSS classes applied to down and right arrow images  ######### */
    
    .downarrowclass{
    position: absolute;
    top: 12px;
    right: 7px;
    }
    
    .rightarrowclass{
    position: absolute;
    top: 6px;
    right: 5px;
    }
    Of course, the vertical menu does not make use of the down arrow, so that section could be left out.

    Thanks for all your scripts and help.

    kwat
    Last edited by kwat; 01-24-2011 at 08:49 PM. Reason: change wording

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
  •