redesigning menus
posted by xing on 20 Jul 2004 (15:49 UTC)
i think we should move to a list method of menus rather than using the current method of link with with the class definition:
display: block;

this is to avoid rendering difficulties browsers that don't support display: block;

if we use something like:

menuhead1

menuoption1

menuoption2

menuhead2

menuoption3

menuoption4




this would render ok even with no css settings.

styling would be specific and easy as well by setting:
.module dt {}
.module dd {}

Permalink (referenced by: 0 posts references: 0 posts)