-
1. Re: SpryMenu puzzle: why does one button behave differently than others?
Ben Pleysier Jun 23, 2011 5:47 PM (in response to mookie blaylock)The anchor element cannot be empty. Just type PRODUCTS in the relevant spot and guess who is your uncle.
<li id="item1-home"><a class="MenuBarItemSubmenu" href="index.html">HOME</a></li>
<li id="item2-products"><a class="MenuBarItemSubmenu" href="#"></a>
<ul>
<li id="item2-1"><a class="MenuBarItemSubmenu" href="prod-land-fridge.html"></a></li>
<li id="item2-2"><a class="MenuBarItemSubmenu" href="prod-land-ss.html"></a> </li>
<li id="item2-3"><a class="MenuBarItemSubmenu" href="#"></a></li>
</ul>
</li>
<li id="item3-recipes"><a class="MenuBarItemSubmenu" href="#">RECIPES</a>Gramps
PS While you are at it, do the same for all of the empty achor elements.
-
2. Re: SpryMenu puzzle: why does one button behave differently than others?
mookie blaylock Jun 23, 2011 6:16 PM (in response to Ben Pleysier)I wish I could say Bob! It looks good in Dreamweaver now, but the drop down still doesn't work in ie7/win for Products only.
-
3. Re: SpryMenu puzzle: why does one button behave differently than others?
Ben Pleysier Jun 23, 2011 7:53 PM (in response to mookie blaylock)Swap SpryMenuBar.js and SpryAccordion.js around so that SpryAccordion loads first.
Gramps
-
4. Re: SpryMenu puzzle: why does one button behave differently than others?
mookie blaylock Jun 23, 2011 8:38 PM (in response to Ben Pleysier)I tried. Hopes soared. Alas, Bob is still not my uncle.
-
5. Re: SpryMenu puzzle: why does one button behave differently than others?
Ben Pleysier Jun 23, 2011 9:28 PM (in response to mookie blaylock)I finally found it. The following menu item does not have any submenus thus the class should be removed
<li id="item1-home"><a class="MenuBarItemSubmenu" href="index.html">HOME</a></li>
Gramps
-
6. Re: SpryMenu puzzle: why does one button behave differently than others?
mookie blaylock Jun 23, 2011 10:00 PM (in response to Ben Pleysier)Unfortunately, that didn't work either.
-
7. Re: SpryMenu puzzle: why does one button behave differently than others?
mookie blaylock Jun 23, 2011 10:10 PM (in response to Ben Pleysier)I FOUND IT! I had the
#item2-products {text-indent: -9999px}
Thanks to you helping me fix the Dreamweaver difference, I had the courage to take it out and voila!
Thanks, gramps! Couldn't have done it without you!!!!
-
8. Re: SpryMenu puzzle: why does one button behave differently than others?
Ben Pleysier Jun 23, 2011 10:18 PM (in response to mookie blaylock)You'r welcome mate.
I did see the text-indent but it did not register.
Gramps


