Results 1 to 3 of 3

Thread: + and - icons disappearing

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

    Default + and - icons disappearing

    1) Script Title: Glossy Accordion Menu

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

    3) Describe problem: The + and - icons on my menu disappear on certain pages although the same template is being used.

    the + and - icons show
    http://www.colourchips.co.uk/index.html

    the + and - icons disappear
    http://www.colourchips.co.uk/anti_sl...ep_treads.html

  2. #2
    Join Date
    Feb 2010
    Posts
    4
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    It is because you files are in different folders.

    This index.html is in your webroot where your images folder is so when you have the link to the image as images/plus.gif it is there.

    The other page is in the /anti_slip_products folder and so when you link the image like you did above it tries to find:

    http://www.colourchips.co.uk/anti_sl...mages/plus.gif, which doesn't exist.

    On that page you will need to have the suffix link be ../images/plus.gif

    Hopefully that makes sense.

    Nick

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

    richcodesign (02-25-2010)

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

    Default

    oh right.... i see.

    I have the code on my template page so need to either have the +/- icons in a folder called images in each product folder so it can see it or remove the code from the template page and add it to each separate page!!!????

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
  •