Announcement

Collapse
No announcement yet.

Drop down Menu not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Drop down Menu not working

    I have a drop down menu which works fine outside of actinic but in Actinic it doesn't display and the drop downs don't work. The two URL's are as follows:-

    http://www.zaharalondon.com/statement-collection.html

    http://www.zaharalondon.com/acatalog...ollection.html

    I am having trouble seeing why this is - does anyone have any ideas?

    Thanks,
    Ollie

    #2
    firebug tells me:

    "Error: $("ul#topnav li").hoverIntent is not a function
    Source File: http://www.zaharalondon.com/acatalog...ollection.html
    Line: 59"

    and

    "The requested URL /acatalog/test/acatalog/jquery.hoverIntent.js was not found on this server."

    Comment


      #3
      You have this line

      <script type="text/javascript" src="jquery.hoverIntent.js"></script>

      in your Overall Layout but file jquery.hoverIntent.js hasn't been uploaded to your server.

      Check that it's in your Site folder and put it there if not.

      If already there, you may need to upload it via Design / Additional Files.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Thank you Norman

        Now you mention it I did see reference to uploading it via Design/Additional Files. In my head I can't figure why so i don't, i will learn from this.

        Ta!

        Comment

        Working...
        X