Forums » Customize

problem activating drop down menu

angies
UNITED STATES
2010-09-01 14:42:30
Permalink Post
 

I've gone over the threads and i'm still at a loss. if someone could help me out i'm really struggling to get these drop down menus.

http://angiesullivan.com/

lemathieu A
FRANCE
2010-09-01 14:50:39
Permalink Post
 

Hello,

You have twice the info : one that say "no", the other "yes"

  1. $(document).ready(function()
  2. {
  3. ¬†¬†¬†¬†setTimeout('move_up()', 1);
  4. });
  1. $(document).ready(function() { 
  2. ¬†¬†¬†¬†setTimeout('move_up()', 1); 
  3.     expandingMenu(0);
  4. ¬†¬†¬†¬†expandingMenu(1); 
  5. ¬†¬†¬†¬†expandingMenu(2); 
  6. ¬†¬†¬†¬†expandingMenu(3); 
  7. ¬†¬†¬†¬†expandingMenu(4); 
  8. ¬†¬†¬†¬†expandingMenu(5); 
  9. });

Erase the first.

angies
UNITED STATES
2010-09-01 15:24:07
Permalink Post
 

i erased that first part of code and still nothing.

what code am i supposed to add to the style.css maybe i messed up there?

lemathieu A
FRANCE
2010-09-01 15:52:59
Permalink Post
 

Ok… you just didn't upload the expanding menu .js, and didn't "call" it in your index.php

angies
UNITED STATES
2010-09-01 16:00:10
Permalink Post
 

sorry i'm pretty new at this, can you tell me how i call it and where i can get the menu.js

angies
UNITED STATES
2010-09-01 16:01:04
Permalink Post
 

also- once i have menu.js i just put it in the folder 'sample' correct?

angies
UNITED STATES
2010-09-01 16:11:18
Permalink Post
 

oh i got it! but i was wondering if there was a way to remove the action where is slides in from the left. i would rather it just drop down from the headliner

Showing 1 - 7 of 7 posts in Forum > Customize > problem activating drop down menu
 

You need to be logged in to post.