I tried using the classic CSS menu from the Uberlink CSS Rollovers: Overview
article I picked up on this list.  I managed to copy the code and style
sheet from that tutorial, and now I want to see how it will work on a site
I'm working on.  It's a two-level menu setup though, so I want to have the
minor level have different style.  

I've managed to get two levels in the menu ok, but for some reason the first
item in the sub-level has all the characteristics of the top level.   Can
anyone see what I've got wrong in the code?  

The page is at http://auslegs.com.au/about/index.cfm

And the style sheet concerned is at http://auslegs.com.au/styles/auslegs.css


The first sub-menu item should be "classic turned timber lounge legs" - the
first item under the "Products" category.


The structure of the menu on the page is:

<ul>
  <li>Top level item</li>
  <li>Top level item</li>
  <li>Top level item
    <ul>
       <li>Second level item</li>
       <li>Second level item</li>
       <li>Second level item</li>
    </ul>
</li>
<li>Top level item</li>
<ul>


Is anything wrong with this structure?  It works fine on another site I
have.

Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com

p.s. I know it looks horrible right now. I want to get this to work then
I'll do some pretty graphics for the menus to suit the site.


*****************************************************
The discussion list for http://webstandardsgroup.org/
***************************************************** 

Reply via email to