I have a dropdown menu in unordered list, and I wanted it to shows only first and second level but display none starts from third level, yetI can't figure how to do it or it simply doesn't work.

When I put the display none to second level:

#nav li ul {display: none;}

it works and all sublevels of second level also display to none, but it doesn't work if I have it declare from third level

#nav ul ul  { display:none;  }
or
#nav ul ul li   { display:none;  }
or
#nav ul li ul   { display:none;  }

?

tee




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to