Results 1 to 2 of 2

Thread: Arrows not displaying (jQuery Multi Level CSS Menu #2)

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

    Default Arrows not displaying (jQuery Multi Level CSS Menu #2)

    I'm using the jQuery Multi Level CSS Menu #2 code.

    www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/

    I'm having problems displaying the down and right arrows. This is my file structure:
    * css
    * images
    * js
    * pages
    * index.html

    Follow this link: www.intertechsol.com/test2/, and then read my results for the different browsers.

    IE 8:
    On Page 1, the arrows display properly. Select Page 2, and you'll see a broken image for the arrows, but the menu works.

    FF 3.6:
    On Page 1, the arrows display properly. Select Page 2, and no indication of an image or missing image, but the menu works.

    Chrome 4.1:
    On Page 1, the arrows display properly. Select Page 2, and you'll see a broken image for the arrows, but the menu works.

    Opera 10.10
    On Page 1, the arrows display properly. Select Page 2, and you'll see a broken image for the arrows, but the menu works.

    I tried using an absolute path in the JS file for the images, but then the opposite happens: the first page no image, but an image on the second page.

    I tried a different DOCTYPE, but no-go.

    If I put the index, second page, and js file under the root directory, all is well. Unfortunately, this is not an option that's under consideration due to the fact that the site I'm working on has numerous folders for their divisions.

    I thought this may have been an easy solution, absolute path, but apparently there's more to it than that. Any help will be greatly appreciated.

    Thanks!

  2. #2
    Join Date
    Mar 2010
    Posts
    28
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Smile

    Use the absolute path to your both the images. Eg: http://yourdomain.com/images/right-arrow.png , and http://yourdomain.com/images/bottom-arrow.png

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
  •