Previous Message
Next Message

Understanding where Navlist and Subnavlist come from

Sent by Carollynn Hammersmith on 22 November 2004 17:05


When I look at styling for nested lists, I often run accross code that is
called <div id="navcontainer">  and by looking at the CSS, I can see its
defination.  What I don't understand is where the CSS "navlist" and
"subnavlist" come from, as they are not defined in the CSS.   Is this
something that CSS just understands?  I've tried to look up these terms,
and only can find more examples of the code, but no real definition of how
they related or are understood by CSS.

For example, this code:

<div id="navcontainer">
        <ul id="navlist">
          <li>  <a href="#"><strong>Training Opportunities</strong></a>
            <ul id="subnavlist">
              <li id="subactive"> <a href="#">Understanding
Statistics</a></li>
              <li id="subactive"><a href="#">Public Use Presentation
Library</a> </li>
              <li id="subactive"> <a href="#">DVD Tutorial</a>  </li>
            </ul> </li>
          <li><a href="#"><strong>Data  Tools</strong></a>
            <ul id="subnavlist">
              <li id="subactive"><a href="#">Using Data Effectively</a>
</li>
              <li id="subactive"><a href="#">Data Centers</a>  </li>
            </ul></li>
        </ul>
      </div>

Thanks,

Carollynn


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: