Hello, I've been wondering how to implement the navigation lists (nl) in xhtml 2. I ended up to use the active pseudo-class to nl element to indicate when nl's label is selected. In the default stylesheet I define style for the list items: nl > li { display:none; } nl:active > li { display: list-item; } What do you think about that? Also, how would you style the label element when it's selected/de-selected? Mikko PohjaReceived on Friday, 23 May 2003 09:09:56 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:49:32 GMT