Results 1 to 4 of 4

Thread: Remove Menu down arrows

  1. #1
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Remove Menu down arrows

    1) Script Title: jQuery Multi Level CSS Menu #2

    2) Script URL (on DD): http://www.dynamicdrive.com/style/cs...el_css_menu_2/

    3) Describe problem: I would like to take the arrows to the down links menu out of the script. It leaves a image red X on the menu which detracts from the looks of the menu.

    Please advise. Tks.

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

    Default

    Get rid of lines 26 - 30 in jqueryslidemenu.js.

    Good luck!
    Jeremy | jfein.net

  3. #3
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hey Nile thanks for the response.

    I don't presently code in javascript or jquery. Do you know the particular script I am referencing? I am not sure what lines 26 - 30 are in jqueryslidemenu.js .. I am guessing but is it this:

    //

    paddingRight: arrowsvar.down[2]} : {
    }).append(

    '<img src="'+ (this.istopheader? arrowsvar.down[1] : arrowsvar.right[1])
    +'" class="' + (this.istopheader? arrowsvar.down[0] : arrowsvar.right[0])
    + '" style="border:0;" />'

    //

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

    Default

    Yes - it should be those lines.

    Good luck
    Jeremy | jfein.net

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
  •