Previous Message
Next Message

defining multiple tags

Sent by cj on 27 January 2006 18:06


On 1/27/06, [EMAIL-REMOVED] [EMAIL-REMOVED]> wrote:
> I am using the suckerfish menu but also need regular list items on the same page. How do I
differentiaite between the two <LI> tags??
>
> what I have turns every list item into a vertical manu item.

you're on the right track.  just wrap your menu list in a <div>, and
use that div to style your menu seperately.

<div class="menu">
<ul>
  <li>home</li>
  <li>something else</li>
</ul>
</div>


..menu ul {
  /* some rules */
  }

..menu li {
  /* some rules */
  }


let me know if i need to explain in more detail.  :)
______________________________________________________________________
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: