I am trying to implement a nested menu adapted from but am having problems because setting two nested menus to the same ID means my page no longer validates as HTML 4.01 t. I tried changing id= to class= and changing # to . in my style sheet, but that doesn't seem to work.
The only other idea I've had is to somehow apply the styles intended for the secondary menu only to unordered lists within unordered lists within the container div. Is that even possible in CSS 2.0?
The only other idea I've had is to somehow apply the styles intended for the secondary menu only to unordered lists within unordered lists within the container div. Is that even possible in CSS 2.0?