Hi,
I was using Yahoo style lists to create a side menu listing the top-level sections of a client's site. The client then added sub-menus, which they did not want to appear in the navigation.
I added the following to the document HEAD
<!--@act NETQUOTEVAR:TOPLEVELSECTIONS_URLS -->
and this to the relevant menu area:
<div id="nav">
<div id="navinner">
<ul>
<li><a href="/index.html" class="menu">Home</a></li>
<li><a href="NETQUOTEVAR:NAVBCATALOGLINK" class="menu">Shop</a><br />
<SCRIPT LANGUAGE="JavaScript" SRC="Act_sections_URLs.js">
</SCRIPT></li>
<li><a href="delivery.html" class="menu">Delivery</a></li>
<li><a href="contact.html" class="menu">Contact Us</a></li>
<li><a href="terms.html" class="menu">Terms</a></li>
</ul>
</div>
</div>
but nothing is working.
I don't know if I'm doing something wrong, or whether there's a way to use the Yahoo style lists but modify them so only the top-level shows?
The URI is:
http://www.minimicro.co.uk/ (shop section)
Thank you.
Giselle
I was using Yahoo style lists to create a side menu listing the top-level sections of a client's site. The client then added sub-menus, which they did not want to appear in the navigation.
I added the following to the document HEAD
<!--@act NETQUOTEVAR:TOPLEVELSECTIONS_URLS -->
and this to the relevant menu area:
<div id="nav">
<div id="navinner">
<ul>
<li><a href="/index.html" class="menu">Home</a></li>
<li><a href="NETQUOTEVAR:NAVBCATALOGLINK" class="menu">Shop</a><br />
<SCRIPT LANGUAGE="JavaScript" SRC="Act_sections_URLs.js">
</SCRIPT></li>
<li><a href="delivery.html" class="menu">Delivery</a></li>
<li><a href="contact.html" class="menu">Contact Us</a></li>
<li><a href="terms.html" class="menu">Terms</a></li>
</ul>
</div>
</div>
but nothing is working.
I don't know if I'm doing something wrong, or whether there's a way to use the Yahoo style lists but modify them so only the top-level shows?
The URI is:
http://www.minimicro.co.uk/ (shop section)
Thank you.
Giselle
Comment