Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

spry assets menu


strub

Recommended Posts

Posted

Hy,

 

I am trying to use the spry assets menu, which is in Dreamweaver CS3, to work with oscommerce. But I am not the best PHP programmer as well as oscommerce specialist.

 

Perhaps somebody has got the knowledge to help me out.

 

 

The problem is in includes/boxes/categories.php

 

The (ul, li,..) code should look like this

 

 

<ul id="MenuBar1" class="MenuBarHorizontal">

<li><a class="MenuBarItemSubmenu" href="#">Element 1</a>

<ul>

<li><a href="#">Element 1.1</a></li>

<li><a href="#">Element 1.2</a></li>

<li><a href="#">Element 1.3</a></li>

</ul>

</li>

<li><a href="#">Element 2</a></li>

<li><a class="MenuBarItemSubmenu" href="#">Element 3</a>

<ul>

<li><a class="MenuBarItemSubmenu" href="#">Element 3.1</a>

<ul>

<li><a href="#">Element 3.1.1</a></li>

<li><a href="#">Element 3.1.2</a></li>

</ul>

</li>

<li><a href="#">Element 3.2</a></li>

<li><a href="#">Element 3.3</a></li>

</ul>

</li>

<li><a href="#">Element 4</a></li>

</ul>

 

Anyone an idea?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...