Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 04-26-2011, 01:21 PM   #1
New Member
 
Join Date: Apr 2011
Posts: 1
Default SPRY menu not dropping down on certain pages

I'm having a lot of problems now that I've uploaded this webpage. I created this webpage in Dreamweaver and used the SPRY menu template and everything worked perfectly in Dreamweaver but now that I have uploaded it I can not use the drop downs on like 7 pages. When you are on the shop page, the dinning page, Living, Directions, Design, Events, and the contact page the SPRY menu will not drop down. Could someone look at my site and perhaps my code and tell me what I am doing wrong on those pages?
http://discoverclearfield.com/shop.html
http://discoverclearfield.com/dining.html
there are a couple of the pages that don't work.
Thanks so much.
dstodart is offline   Reply With Quote


Old 06-06-2011, 08:45 PM   #2
New Member
 
TheWebGuy's Avatar
 
Join Date: May 2011
Location: Los Angeles
Posts: 9
Default

You need to remember to add your HTML to your navigation every time you add a new page. Right now your site's navigation looks something like this (I just took a few lines):

<li><a class="MenuBarItemSubmenu" href="#">Learn</a>
<ul>
<li><a href="aac.html">History of Clearfield</a></li>
<li><a href="mainstreet.html">Main Street Initiatives</a></li>
</ul>
</li>

<li><a href="shop.html">Shopping</a></li>
<li><a href="dining.html">Dining</a></li>
----

What you need is a navigation that looks something like this:
<li><a class="MenuBarItemSubmenu" href="#">Learn</a>
<ul>
<li><a href="aac.html">History of Clearfield</a></li>
<li><a href="mainstreet.html">Main Street Initiatives</a></li>
</ul>
</li>

<li><a href="shop.html" class="MenuBarItemSubmenu">Shopping</a>
<ul>
<li><a href="aac.html">History of Clearfield</a></li>
<li><a href="mainstreet.html">Main Street Initiatives</a></li>
</ul>
</li>
<li><a href="dining.html">Dining</a></li>

Do you see how under the "Shop" list item you have another UL nested inside? That will create the drop down for the Shop page. Hope this helps.
__________________
Mike Johnson
http://MikeJohnsonDesign.com
TheWebGuy is offline   Reply With Quote
Reply

Tags
dreamweaver 8, menu, menus, spry, webpage

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:38 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.